Skip to content

Commit 1b56338

Browse files
dependabot[bot]mr-c
authored andcommitted
Update galaxy-tool-util requirement
Updates the requirements on [galaxy-tool-util](https://github.com/galaxyproject/galaxy) to permit the latest version. - [Release notes](https://github.com/galaxyproject/galaxy/releases) - [Commits](galaxyproject/galaxy@galaxy-tool-util-22.1.3...v24.2.0) --- updated-dependencies: - dependency-name: galaxy-tool-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38555fc commit 1b56338

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mypy-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ types-requests
66
types-setuptools
77
types-psutil
88
types-mock
9-
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.2
9+
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.3
1010
galaxy-util<24.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
164164
],
165165
extras_require={
166166
"deps": [
167-
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.2",
167+
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.3",
168168
"galaxy-util <24.3",
169169
],
170170
},

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pytest-mock>=1.10.0
99
pytest-cov
1010
arcp>=0.2.0
1111
-r requirements.txt
12-
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.2
12+
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.3
1313
galaxy-util<24.3

0 commit comments

Comments
 (0)