Skip to content

Commit c7fd7cc

Browse files
Update bagit requirement from <1.9,>=1.6.4 to >=1.6.4,<1.10 (#2123)
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](LibraryOfCongress/bagit-python@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 734da5f commit c7fd7cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
174174
setup_requires=PYTEST_RUNNER + ["setuptools_scm>=8.0.4,<9"],
175175
test_suite="tests",
176176
tests_require=[
177-
"bagit >= 1.6.4, < 1.9",
177+
"bagit >= 1.6.4, < 1.10",
178178
"pytest >= 6.2, < 8.5",
179179
"mock >= 2.0.0",
180180
"pytest-mock >= 1.10.0",

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bagit>=1.6.4,<1.9
1+
bagit>=1.6.4,<1.10
22
pytest>= 6.2,< 8.5
33
pytest-xdist>=3.2.0 # for the worksteal scheduler
44
psutil # enhances pytest-xdist to allow "-n logical"

0 commit comments

Comments
 (0)