Skip to content

Commit 115b77d

Browse files
Update cwl-utils requirement from <0.37,>=0.36 to >=0.36,<0.41
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.36...v0.40) --- updated-dependencies: - dependency-name: cwl-utils dependency-version: '0.40' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21798e6 commit 115b77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
]
3636
requires-python = ">=3.9"
3737
dependencies = [
38-
"cwl-utils >= 0.36, < 0.37",
38+
"cwl-utils >= 0.36, < 0.41",
3939
"miniwdl",
4040
"regex",
4141
"ruamel.yaml < 0.17.22"

0 commit comments

Comments
 (0)