Skip to content

Commit 38555fc

Browse files
dependabot[bot]mr-c
authored andcommitted
Update galaxy-util requirement from <24.2 to <24.3
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...v24.2.0) --- updated-dependencies: - dependency-name: galaxy-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4d67ac commit 38555fc

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
@@ -7,4 +7,4 @@ types-setuptools
77
types-psutil
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,<24.2
10-
galaxy-util<24.2
10+
galaxy-util<24.3

setup.py

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

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ 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,<24.2
13-
galaxy-util<24.2
13+
galaxy-util<24.3

0 commit comments

Comments
 (0)