Skip to content

Commit a2b22f2

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): update galaxy-util requirement from <25.1 to <25.2
Updates the requirements on [galaxy-util](https://github.com/galaxyproject/galaxy) to permit the latest version. - [Release notes](https://github.com/galaxyproject/galaxy/releases) - [Commits](galaxyproject/galaxy@galaxy-util-19.9.0...v25.1.0) --- updated-dependencies: - dependency-name: galaxy-util dependency-version: 25.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49c8471 commit a2b22f2

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
@@ -7,5 +7,5 @@ types-setuptools
77
types-psutil>=7.1.3.20251210
88
types-mock
99
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.2
10-
galaxy-util<25.1
10+
galaxy-util<25.2
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
@@ -167,7 +167,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
167167
extras_require={
168168
"deps": [
169169
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.2",
170-
"galaxy-util <25.1",
170+
"galaxy-util <25.2",
171171
"pillow", # workaround for https://github.com/galaxyproject/galaxy/pull/20525
172172
],
173173
},

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ pytest-cov
1010
arcp>=0.2.0
1111
-r requirements.txt
1212
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.2
13-
galaxy-util<25.1
13+
galaxy-util<25.2
1414
pydantic>=2.12.0; python_version >= "3.14"

0 commit comments

Comments
 (0)