Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-communities (17.6.0 -> 17.7.0 🌈)

    πŸ“¦ release: v17.7.0
    service: allow passing custom expires_at
    πŸ“¦ release: v17.6.1
    mappings: add `identifiers` to parent organizations

    * Adds the missing `identifiers` property to parent communities.

πŸ“ invenio-github (1.5.3 -> 1.5.4 πŸ›)

    release: v1.5.4
    fix: publish with translations

πŸ“ invenio-rdm-records (16.4.0 -> 16.4.1 πŸ›)

    πŸ“¦ release: v16.4.1
    mappings: add missing `identifiers` to community orgs

    * Adds the missing `identifiers` mapping field to community
      organizations.

πŸ“ invenio-users-resources (6.1.1 -> 6.1.3 πŸ›)

    πŸ“¦ release: v6.1.3
    services: explicitly set max results to 10,000 for admin user search
    πŸ“¦ release: v6.1.2
    service: remove max 100 results limit from admin user search
  • Loading branch information
slint committed Dec 13, 2024
1 parent 49a797c commit 021dd2e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 41 deletions.
8 changes: 6 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
invenio-app-rdm = {version = "~=13.0.0b1.dev22", extras = ["opensearch2"]}
# See https://github.com/zenodo/zenodo-rdm/issues/1100 for the reason of the pin
invenio-app-rdm = {version = "==13.0.0b1.dev24", extras = ["opensearch2"]}
invenio-rdm-records = ">=16.4.1,<16.5.0"
invenio-vocabularies = ">=6.9.0,<6.10.0"
invenio-theme = ">=3.5.1,<3.5.2"
sentry-sdk = ">=1.45,<2.0.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.11.0"}
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.12.0"}
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
ipython = "!=8.1.0"
uwsgi = ">=2.0"
Expand Down
68 changes: 29 additions & 39 deletions Pipfile.lock

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

0 comments on commit 021dd2e

Please sign in to comment.