Skip to content

Commit

Permalink
Merge pull request #850 from HEPData/invenio-sqlalchemy1.4
Browse files Browse the repository at this point in the history
Bump Invenio packages to latest supporting SQLAlchemy 1.4
  • Loading branch information
GraemeWatt authored Dec 11, 2024
2 parents 2405420 + 78b5e73 commit 8a89c88
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ updates:
ignore:
- dependency-name: "pytest" # see https://github.com/HEPData/hepdata/issues/815
- dependency-name: "pytest-cov" # see https://github.com/HEPData/hepdata/issues/580
- dependency-name: "invenio-access" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-assets" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-logging" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-oauthclient" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-pidstore" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-records" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-search" # see https://github.com/HEPData/hepdata/issues/848
- dependency-name: "invenio-userprofiles" # see https://github.com/HEPData/hepdata/issues/848
2 changes: 1 addition & 1 deletion INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Now start the HEPData web application in debug mode:
Then open your preferred web browser (Chrome, Firefox, Safari, etc.) at http://localhost:5000/ .

On macOS Monterey you might find that ControlCenter is already listening to port 5000
On macOS Monterey (and later) you might find that ControlCenter is already listening to port 5000
(check with ``lsof -i -P | grep 5000``). If this is the case,
`turn off AirPlay Receiver <https://support.apple.com/en-gb/guide/mac-help/mchl15c9e4b5/12.0/mac/12.0>`_.

Expand Down
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 8a89c88

Please sign in to comment.