diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae18853b..3efb6084 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,4 @@ updates: ignore: - dependency-name: "pytest-cov" # see https://github.com/HEPData/hepdata/issues/580 - dependency-name: "Sphinx" # see https://github.com/HEPData/hepdata/issues/594 + - dependency-name: "responses" # see https://github.com/HEPData/hepdata/issues/680 diff --git a/hepdata/version.py b/hepdata/version.py index d3d5d5f1..1b13b32c 100644 --- a/hepdata/version.py +++ b/hepdata/version.py @@ -28,4 +28,4 @@ and parsed by ``setup.py``. """ -__version__ = "0.9.4dev20230710" +__version__ = "0.9.4dev20230731" diff --git a/requirements.txt b/requirements.txt index aec35886..4216283a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gunicorn==21.2.0 hepdata-converter-ws-client==0.2.2 hepdata-validator @ git+https://github.com/HEPData/hepdata-validator@submission-linking invenio-access==2.0.0 # Indirect (needed by invenio-admin) -invenio-accounts==3.0.3 +invenio-accounts==3.1.0 invenio-admin==1.4.0 invenio-app==1.4.0 invenio-assets==3.0.0 @@ -16,7 +16,7 @@ invenio-oauthclient==3.3.0 invenio-pidstore==1.3.1 invenio-records==2.1.0 invenio-search[opensearch2]==2.2.0 -invenio-theme==2.2.0 +invenio-theme==2.3.0 invenio-userprofiles==2.2.1 python-twitter-v2==0.8.1 responses==0.23.1