Skip to content

Commit 0005383

Browse files
committed
require the new cwl-utils release
1 parent 3c91449 commit 0005383

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

mypy-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mypy==1.7.1 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.19
3-
cwl-utils>=0.22,!=0.30
3+
cwl-utils>=0.32
44
types-requests
55
types-setuptools
66
types-psutil

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
"importlib_resources>=1.4;python_version<'3.9'",
99
"ruamel.yaml>=0.16.0,<0.18",
1010
"schema-salad>=8.4.20230426093816,<9",
11-
"cwl-utils>=0.22,!=0.30",
11+
"cwl-utils>=0.32",
1212
"galaxy-tool-util>=22.1.2,<23.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5",
1313
"toml",
1414
"argcomplete>=1.12.0",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ coloredlogs
1111
pydot>=1.4.1
1212
argcomplete>=1.12.0
1313
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
14-
cwl-utils>=0.22,!=0.30
14+
cwl-utils>=0.32

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"pydot >= 1.4.1",
115115
"argcomplete",
116116
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
117-
"cwl-utils >= 0.22, != 0.30",
117+
"cwl-utils >= 0.32",
118118
],
119119
extras_require={
120120
"deps": [

0 commit comments

Comments
 (0)