Skip to content

Commit ffd4682

Browse files
build(deps): update cwl-utils requirement from >=0.41 to >=0.42
Updates the requirements on [cwl-utils](https://github.com/common-workflow-language/cwl-utils) to permit the latest version. - [Release notes](https://github.com/common-workflow-language/cwl-utils/releases) - [Commits](common-workflow-language/cwl-utils@v0.41...v0.42) --- updated-dependencies: - dependency-name: cwl-utils dependency-version: '0.42' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8949fc2 commit ffd4682

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mypy==2.1.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.20
3-
cwl-utils>=0.41
3+
cwl-utils>=0.42
44
cwltest
55
types-requests
66
types-setuptools

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
"types-psutil>=7.1.3.20251210",
88
"ruamel.yaml>=0.16.0,<0.20",
99
"schema-salad>=8.9,<9",
10-
"cwl-utils>=0.41",
10+
"cwl-utils>=0.42",
1111
"toml",
1212
"argcomplete>=1.12.0",
1313
"rich-argparse",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coloredlogs
99
pydot>=1.4.1
1010
argcomplete>=1.12.0
1111
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
12-
cwl-utils>=0.41
12+
cwl-utils>=0.42
1313
spython>=0.3.0
1414
rich-argparse
1515
pygments>=2.20.0 # fix for CVE-2026-4539

0 commit comments

Comments
 (0)