Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 21, 2024
1 parent c783b25 commit 95bf1c3
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 38 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=12.0.0b2.dev72", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=12.0.0b3.dev1", extras = ["opensearch2"]}
invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}
# TODO: Remove once we fix PyPI package issues
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.5.0"}
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.6.0"}
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
ipython = "!=8.1.0"
uwsgi = ">=2.0"
Expand Down
82 changes: 46 additions & 36 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 95bf1c3

Please sign in to comment.