Skip to content

Commit 49c8471

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): 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...v25.1.0) --- updated-dependencies: - dependency-name: galaxy-tool-util dependency-version: 25.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 023467a commit 49c8471

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ types-requests
66
types-setuptools
77
types-psutil>=7.1.3.20251210
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,<25.1
9+
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.2
1010
galaxy-util<25.1
1111
pydantic>=2.12.0; python_version >= "3.14"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
166166
],
167167
extras_require={
168168
"deps": [
169-
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.1",
169+
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.2",
170170
"galaxy-util <25.1",
171171
"pillow", # workaround for https://github.com/galaxyproject/galaxy/pull/20525
172172
],

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ 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,<25.1
12+
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.2
1313
galaxy-util<25.1
1414
pydantic>=2.12.0; python_version >= "3.14"

0 commit comments

Comments
 (0)