Skip to content

Commit 054acd0

Browse files
dependabot[bot]mr-c
authored andcommitted
Update galaxy-util requirement from <23.2 to <24.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...v24.0) --- updated-dependencies: - dependency-name: galaxy-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b65ca2b commit 054acd0

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,4 +6,4 @@ types-setuptools
66
types-psutil
77
types-mock
88
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.1
9-
galaxy-util<23.2
9+
galaxy-util<24.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
extras_require={
143143
"deps": [
144144
"galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.1",
145-
"galaxy-util <23.2",
145+
"galaxy-util <24.1",
146146
],
147147
},
148148
python_requires=">=3.8, <4",

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ pytest-cov
1010
arcp>=0.2.0
1111
-rrequirements.txt
1212
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.1
13-
galaxy-util<23.2
13+
galaxy-util<24.1

0 commit comments

Comments
 (0)