Skip to content

Commit 19bad8c

Browse files
Update pydot requirement from <3,>=1.4.1 to >=1.4.1,<5
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...v4.0.0) --- updated-dependencies: - dependency-name: pydot dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2fbed4 commit 19bad8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
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,<5
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
156156
"mypy-extensions",
157157
"psutil >= 5.6.6",
158158
"coloredlogs",
159-
"pydot >= 1.4.1, <3",
159+
"pydot >= 1.4.1, < 5",
160160
"argcomplete >= 1.12.0",
161161
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
162162
"cwl-utils >= 0.32",

0 commit comments

Comments
 (0)