Skip to content

Commit

Permalink
Update pydot requirement from <3,>=1.4.1 to >=1.4.1,<4
Browse files Browse the repository at this point in the history
Updates the requirements on [pydot](https://github.com/pydot/pydot) to permit the latest version.
- [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog)
- [Commits](pydot/pydot@v1.4.1...v3.0.2)

---
updated-dependencies:
- dependency-name: pydot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent e3f6cf7 commit 468001c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mypy-extensions
psutil>=5.6.6
importlib_resources>=1.4;python_version<'3.9'
coloredlogs
pydot>=1.4.1,<3
pydot>=1.4.1,<4
argcomplete>=1.12.0
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
cwl-utils>=0.32
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"mypy-extensions",
"psutil >= 5.6.6",
"coloredlogs",
"pydot >= 1.4.1, <3",
"pydot >= 1.4.1, < 4",
"argcomplete >= 1.12.0",
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
"cwl-utils >= 0.32",
Expand Down

0 comments on commit 468001c

Please sign in to comment.