Skip to content

Commit 546b384

Browse files
Update cwltool requirement from ==3.1.* to >=3.1,<3.3 (#507)
Updates the requirements on [cwltool](https://github.com/common-workflow-language/cwltool) to permit the latest version. - [Release notes](https://github.com/common-workflow-language/cwltool/releases) - [Commits](common-workflow-language/cwltool@3.1.20210426140515...3.2.20260411152607) --- updated-dependencies: - dependency-name: cwltool dependency-version: 3.2.20260411152607 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5775004 commit 546b384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Tracker = "https://github.com/common-workflow-language/user_guide/issues"
5252
[project.optional-dependencies]
5353
test = [
5454
"cwltest==2.*",
55-
"cwltool==3.1.*",
55+
"cwltool>=3.1,<3.3",
5656
]
5757
watch = ["sphinx-autobuild==2024.10.*"]
5858
rtd = ["udocker"]

0 commit comments

Comments
 (0)