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.dev11 -> 13.0.0b0.dev12 )

    📦 release: v13.0.0b0.dev12
    records-ui: fix missing field config search link generation
    i18n:push translations
    Editor: Update RichEditor to use inputValue
    bug: remove en-US as defined locale
    ui: add comma separator to community req total

📁 invenio-drafts-resources (5.0.0 -> 5.1.0 🌈)

    release: v5.1.0
    http headers: use and adjust vnd.inveniordm.v1+json http accept header

    * closes zenodo/rdm-project#598

📁 invenio-requests (4.6.0 -> 4.7.0 🌈)

    release: v4.7.0
    http headers: use and adjust vnd.inveniordm.v1+json http accept header

    * closes zenodo/rdm-project#598
    CI: Switch To Centralised Workflows
    comments: fix comment editor loses content on focus change

    * closes inveniosoftware/invenio-requests#398

📁 invenio-users-resources (5.3.1 -> 5.4.0 🌈)

    release: v5.4.0
    http headers: use and adjust vnd.inveniordm.v1+json http accept header

    * closes zenodo/rdm-project#598

📁 invenio-vocabularies (4.3.0 -> 4.4.0 🌈)

    release: v4.4.0
    http headers: use and adjust vnd.inveniordm.v1+json http accept header

    * closes zenodo/rdm-project#598
  • Loading branch information
yashlamba committed Aug 12, 2024
1 parent 34fd54c commit c9323f6
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 28 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

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

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

0 comments on commit c9323f6

Please sign in to comment.