Skip to content

Commit 468001c

Browse files
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 e3f6cf7 commit 468001c

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
@@ -130,7 +130,7 @@
130130
"mypy-extensions",
131131
"psutil >= 5.6.6",
132132
"coloredlogs",
133-
"pydot >= 1.4.1, <3",
133+
"pydot >= 1.4.1, < 4",
134134
"argcomplete >= 1.12.0",
135135
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
136136
"cwl-utils >= 0.32",

0 commit comments

Comments
 (0)