Skip to content

Commit

Permalink
merge branch 'add-cwltool-to-user-agent' of https://github.com/svonwo…
Browse files Browse the repository at this point in the history
…rl/cwltool into add-cwltool-to-user-agent
  • Loading branch information
svonworl committed Feb 27, 2024
2 parents 71c62a2 + 1346470 commit de33249
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ types-requests
types-setuptools
types-psutil
types-mock
galaxy-tool-util>=22.1.2,<23.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<23.3
galaxy-util<23.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
],
extras_require={
"deps": [
"galaxy-tool-util>=22.1.2,<23.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5",
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<23.3",
"galaxy-util <23.2",
],
},
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pytest-mock>=1.10.0
pytest-cov
arcp>=0.2.0
-rrequirements.txt
galaxy-tool-util>=22.1.2,<23.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<23.3
galaxy-util<23.2

0 comments on commit de33249

Please sign in to comment.