From d82efa633a8a48aebc2d4592c6ee19b1c1364c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:54:24 +0000 Subject: [PATCH] Update galaxy-util requirement from <24.3 to <25.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](https://github.com/galaxyproject/galaxy/compare/galaxy-util-19.9.0...v25.0.0) --- updated-dependencies: - dependency-name: galaxy-util dependency-version: 25.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mypy-requirements.txt | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mypy-requirements.txt b/mypy-requirements.txt index b9352492c..c3ed9d0c6 100644 --- a/mypy-requirements.txt +++ b/mypy-requirements.txt @@ -7,4 +7,4 @@ types-setuptools types-psutil types-mock galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.3 -galaxy-util<24.3 +galaxy-util<25.1 diff --git a/setup.py b/setup.py index d37daaf6c..313df1217 100644 --- a/setup.py +++ b/setup.py @@ -166,7 +166,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li extras_require={ "deps": [ "galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.3", - "galaxy-util <24.3", + "galaxy-util <25.1", ], }, python_requires=">=3.9, <3.14", diff --git a/test-requirements.txt b/test-requirements.txt index 7ca4d45be..ac27ac2ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,4 +10,4 @@ pytest-cov arcp>=0.2.0 -r requirements.txt galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<24.3 -galaxy-util<24.3 +galaxy-util<25.1