Skip to content

Commit d3c4f68

Browse files
authoredOct 4, 2024
Update pydot requirement from <3,>=1.4.1 to >=1.4.1,<4
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]>
1 parent 75e073c commit d3c4f68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mypy-extensions
77
psutil>=5.6.6
88
importlib_resources>=1.4;python_version<'3.9'
99
coloredlogs
10-
pydot>=1.4.1,<3
10+
pydot>=1.4.1,<4
1111
argcomplete>=1.12.0
1212
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
1313
cwl-utils>=0.32

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"psutil >= 5.6.6",
133133
"importlib_resources>=1.4;python_version<'3.9'",
134134
"coloredlogs",
135-
"pydot >= 1.4.1, <3",
135+
"pydot >= 1.4.1, < 4",
136136
"argcomplete >= 1.12.0",
137137
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
138138
"cwl-utils >= 0.32",

0 commit comments

Comments
 (0)