Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Feb 16, 2024
1 parent d94c9f9 commit 53374ee
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 86 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.dev3", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=12.0.0b2.dev72", 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.4.0"}
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.5.0"}
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
ipython = "!=8.1.0"
uwsgi = ">=2.0"
Expand Down
168 changes: 84 additions & 84 deletions Pipfile.lock

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

0 comments on commit 53374ee

Please sign in to comment.