From b786da1633c8e9714a97b9dbd002888195e66055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 16:39:04 +0000 Subject: [PATCH] Update bagit requirement from <1.9,>=1.6.4 to >=1.6.4,<1.10 Updates the requirements on [bagit](https://github.com/LibraryOfCongress/bagit-python) to permit the latest version. - [Release notes](https://github.com/LibraryOfCongress/bagit-python/releases) - [Commits](https://github.com/LibraryOfCongress/bagit-python/compare/v1.6.4...v1.9.0) --- updated-dependencies: - dependency-name: bagit dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02a648095..d37daaf6c 100644 --- a/setup.py +++ b/setup.py @@ -174,7 +174,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li setup_requires=PYTEST_RUNNER + ["setuptools_scm>=8.0.4,<9"], test_suite="tests", tests_require=[ - "bagit >= 1.6.4, < 1.9", + "bagit >= 1.6.4, < 1.10", "pytest >= 6.2, < 8.5", "mock >= 2.0.0", "pytest-mock >= 1.10.0", diff --git a/test-requirements.txt b/test-requirements.txt index e2d83d4fe..f9b61511b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -bagit>=1.6.4,<1.9 +bagit>=1.6.4,<1.10 pytest>= 6.2,< 8.5 pytest-xdist>=3.2.0 # for the worksteal scheduler psutil # enhances pytest-xdist to allow "-n logical"