From efb037c6e7cc646d80afca10724d2128fd22652e Mon Sep 17 00:00:00 2001 From: Graeme Watt Date: Tue, 10 Sep 2024 19:34:14 +0100 Subject: [PATCH] requirements: bump invenio-accounts to 5.1.1 * Closes #816. --- .github/dependabot.yml | 1 - hepdata/version.py | 2 +- requirements.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7047e78a..d26945eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,5 @@ updates: schedule: interval: "monthly" ignore: - - dependency-name: "invenio-accounts" # see https://github.com/HEPData/hepdata/issues/816 - dependency-name: "pytest" # see https://github.com/HEPData/hepdata/issues/815 - dependency-name: "pytest-cov" # see https://github.com/HEPData/hepdata/issues/580 diff --git a/hepdata/version.py b/hepdata/version.py index fe400e3b..c4a0bd28 100644 --- a/hepdata/version.py +++ b/hepdata/version.py @@ -28,4 +28,4 @@ and parsed by ``setup.py``. """ -__version__ = "0.9.4dev20240805" +__version__ = "0.9.4dev20240910" diff --git a/requirements.txt b/requirements.txt index ba6abe0b..39d660fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gunicorn==23.0.0 hepdata-converter-ws-client==0.2.2 hepdata-validator==0.3.5 invenio-access==2.0.0 # Indirect (needed by invenio-admin) -invenio-accounts==5.0.1 # https://github.com/HEPData/hepdata/issues/816 +invenio-accounts==5.1.1 invenio-admin==1.5.0 invenio-assets==3.0.3 invenio-config==1.0.4