From d6b3869ca742c6be955e4bd34f640d59949941b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa=20Crespo?= Date: Fri, 30 Aug 2024 07:04:29 +0000 Subject: [PATCH] Update bagit-python Use the dev/am-117 branch of the bagit-python fork which includes a fix for environments where pkg_resources is not available, i.e. Python 3.12 where setuptools is not bundled, even though we're currently listing setuptools as a dependency of zope (used by gevent). --- requirements-dev.txt | 2 +- requirements.in | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3e3453b173..ed2d778770 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ attrs==24.2.0 # -r requirements.txt # jsonschema # referencing -bagit @ git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e631461bfd7add87e200500d40ca21 +bagit @ git+https://github.com/artefactual-labs/bagit-python.git@902051d8410219f6c5f4ce6d43e5b272cf29e89b # via -r requirements.txt brotli==1.1.0 # via -r requirements.txt diff --git a/requirements.in b/requirements.in index 7b5744aafe..4393cd65fe 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ Django>=4.2,<5 agentarchives amclient ammcpc -git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e631461bfd7add87e200500d40ca21#egg=bagit +git+https://github.com/artefactual-labs/bagit-python.git@902051d8410219f6c5f4ce6d43e5b272cf29e89b#egg=bagit brotli clamd django-autoslug diff --git a/requirements.txt b/requirements.txt index dbf479dc6f..28c3e1fcc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ attrs==24.2.0 # via # jsonschema # referencing -bagit @ git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e631461bfd7add87e200500d40ca21 +bagit @ git+https://github.com/artefactual-labs/bagit-python.git@902051d8410219f6c5f4ce6d43e5b272cf29e89b # via -r requirements.in brotli==1.1.0 # via -r requirements.in