Skip to content

Commit

Permalink
requirements: bump Invenio using SQLAlchemy 1.4
Browse files Browse the repository at this point in the history
* Upgrade Invenio packages to the latest ones supporting SQLAlchemy 1.4.
  • Loading branch information
GraemeWatt committed Dec 11, 2024
1 parent 2405420 commit e46d804
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion hepdata/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.9.4dev20241204"
__version__ = "0.9.4dev20241211"
16 changes: 6 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ datacite==1.2.0
gunicorn==23.0.0
hepdata-converter-ws-client==0.2.2
hepdata-validator==0.3.5
invenio-access==3.0.1 # Indirect (needed by invenio-admin)
invenio-accounts==5.1.7
invenio-admin==1.5.1
invenio-assets==3.0.3
invenio-access[admin]==3.0.2
invenio-assets==3.1.0
invenio-config==1.0.4
invenio-db[postgresql]==1.1.5
invenio-logging[sentry_sdk]==2.1.1
invenio-oauthclient==4.0.2
invenio-pidstore==1.3.1
invenio-records==2.4.1
invenio-oauthclient==4.1.3
invenio-pidstore==1.3.4
invenio-records[postgresql]==2.4.1
invenio-search[opensearch2]==2.4.1
invenio-theme==3.4.3
invenio-userprofiles==3.0.0
invenio-userprofiles==3.0.1
python-twitter-v2==0.9.2
responses==0.25.3
unicodeit==0.7.5

0 comments on commit e46d804

Please sign in to comment.