Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-app-rdm (13.0.0b1.dev24 -> 13.0.0b1.dev27 🌈)

    πŸ“¦ release: v13.0.0b1.dev27
    Revert "config: add record and membership comment notifications"
    πŸ“¦ release: v13.0.0b1.dev26
    config: add record and membership comment notifications
    records/macros/detail.html: Allow funding entry with award number only (inveniosoftware/invenio-app-rdm#2912)
    bug: remove unnecessary p tag
    bug: close unclosed div
    release: v13.0.0b1.dev25
    doi: handle UI for optional DOI feature
    theme: put banner message below other objects
    pages: do not create a static page if it already exists

πŸ“ invenio-communities (17.7.1 -> 17.8.1 🌈)

    πŸ“¦ release: v17.8.1
    Revert "notifications: add comment notification for record and membership"
    πŸ“¦ release: v17.8.0
    organizations: updated knownOrganizations to use id
    notifications: add comment notification for record and membership

πŸ“ invenio-mail (2.1.1 -> 2.2.0 🌈)

    release: v2.2.0
    Add exception handling and retry mechanism (inveniosoftware/invenio-mail#67)
    * Add exception handling and retry mechanism.
    * Retry with exponential backoff with random jitter to prevent "Thundering herd problem".

πŸ“ invenio-rdm-records (16.4.2 -> 16.6.1 🌈)

    πŸ“¦ release: v16.6.1
    Revert "bug: add custom comment notification for record/draft requests"
    πŸ“¦ release: v16.6.0
    bug: add custom comment notification for record/draft requests
    affiliations: update AffiliationsField value
    fix: use uow not self.uow
    serializers: bibtex: Conference paper not falling back to proceedings
    serializers: bibtex: Conference proceeding to proceedings
    serializers: bibtex: year and month using publication date
    πŸ“¦ release: v16.4.2
    rights: fix serialize condition for controlled license
    rights: fix serialize condition for controlled license
    release: v16.5.1
    optional-doi: fix validation check when user needs a DOI
    pids: add manage permission to be able to skip doi transitions checks
    release: v16.5.0
    doi: handle UI for optional DOI feature

πŸ“ invenio-theme (3.5.1 -> 3.5.2 πŸ›)

    release: v3.5.2
    form: some UI fixed for the deposit form

πŸ“ invenio-userprofiles (3.0.1 -> 3.0.2 πŸ›)

    release: v3.0.2
    fixed 404 issue when pressing cancel

πŸ“ invenio-vocabularies (6.9.0 -> 6.11.0 🌈)

    release: v6.11.0
    names: allow to add the acronym
    release: v6.10.1
    names: drop unique constraint on internal id
    release: v6.10.0
    names: add internal id to identify the names
  • Loading branch information
slint committed Jan 16, 2025
1 parent 554c881 commit 9f3db82
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 593 deletions.
6 changes: 1 addition & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ sphinx = ">=4.5"
isort = "<6.0" # Unpin when isort==6.0.0 is released

[packages]
# 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"
invenio-app-rdm = {version = "==13.0.0b1.dev27", extras = ["opensearch2"]}
sentry-sdk = ">=1.45,<2.0.0"
zenodo_rdm = {editable="True", path="./site"}
zenodo_legacy = {editable="True", path="./legacy"}
Expand Down
Loading

0 comments on commit 9f3db82

Please sign in to comment.