Skip to content

Commit 4999410

Browse files
dependabot[bot]mr-c
authored andcommitted
build(deps): update galaxy-util requirement from <25.2 to <26.1
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...v26.0.0) --- updated-dependencies: - dependency-name: galaxy-util dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a215f69 commit 4999410

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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,<26.1
10-
galaxy-util<25.2
10+
galaxy-util<26.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
@@ -169,7 +169,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
169169
extras_require={
170170
"deps": [
171171
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<26.1",
172-
"galaxy-util <25.2",
172+
"galaxy-util <26.1",
173173
"pillow", # workaround for https://github.com/galaxyproject/galaxy/pull/20525
174174
],
175175
},

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,<26.1
13-
galaxy-util<25.2
13+
galaxy-util<26.1
1414
pydantic>=2.12.0; python_version >= "3.14"

0 commit comments

Comments
 (0)