Skip to content

Commit

Permalink
Update cwl-utils requirement from <0.33,>=0.32 to >=0.32,<0.34
Browse files Browse the repository at this point in the history
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.32...v0.33)

---
updated-dependencies:
- dependency-name: cwl-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mr-c committed Apr 11, 2024
1 parent 8aa16ea commit 89b01b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwl-utils >= 0.32,< 0.33
cwl-utils >= 0.32,< 0.34
ruamel.yaml<0.17.22
regex
miniwdl
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
long_description_content_type="text/markdown",
packages=find_packages(),
setup_requires=[] + pytest_runner,
install_requires=["cwl-utils>=0.32,<0.33", "miniwdl", "regex"],
install_requires=["cwl-utils>=0.32,<0.34", "miniwdl", "regex"],
)

0 comments on commit 89b01b8

Please sign in to comment.