Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
📁 invenio-app-rdm (13.0.0b0.dev12 -> 13.0.0b0.dev13 )

    📦 release: v13.0.0b0.dev13
    Revert "ui: add comma separator to community req total"

    This reverts commit 2bd15ea94e2c4282f345812c41c943dd515a470d.
  • Loading branch information
slint committed Aug 12, 2024
1 parent 1d261bf commit 5c922a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b0.dev12", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=13.0.0b0.dev13", extras = ["opensearch2"]}
invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
sentry-sdk = ">=1.45,<2.0.0"
# Temporarily pinned
invenio-communities = "<14.6.0"
invenio-rdm-records = "<11.7.0"
zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}
# TODO: Remove once we fix PyPI package issues
Expand Down
36 changes: 10 additions & 26 deletions Pipfile.lock

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

0 comments on commit 5c922a9

Please sign in to comment.