Skip to content

Commit

Permalink
installation: bump dependencies
Browse files Browse the repository at this point in the history
πŸ“ invenio-oauthclient (4.1.0 -> 4.1.1 πŸ›)

    release: v4.1.1
    handlers: add basic error handling for roles creation
    fix: compat for flask-oauthlib

πŸ“ invenio-rdm-records (16.1.0 -> 16.2.0 🌈)

    πŸ“¦ release: v16.2.0
    search: pass search parameters
    semantic-ui: CommunitySelectionModal: Remove unused Footer component
    πŸ“¦ release: v16.1.1
    communities: fix set/unset of default record community

    * Closes inveniosoftware/invenio-app-rdm#2869
    * Fixes the allowed values that can be passed to set/unset the default
      community of a record.
    * Part of the fix is to also accept an empty string ("") as a valid
      value when setting the "default" field, which was a currently wrong
      behavior in some UI logic.

πŸ“ invenio-rest (1.3.1 -> 1.4.0 🌈)

    release: 1.4.0
    setup: move to pytest-black-ng

    * reorder alphabetical test_requires
    fix: forward compatibility with flask>=3.0

    * the set_cookie needs a string encoded cookie but str() is not enough,
      because it contains a "b'" which creates problem down the road.
    global: use jws from invenio-base

    * jws functionality has been removed from itsdangerous >= 2.1.0. the
      functionality has been moved to invenio-base
    global: remove six usage

    * string_types has been replaced by builtin str

    * urlencode has been replaced by builtin urllib.parse.urlencode
  • Loading branch information
slint committed Nov 19, 2024
1 parent 7fb7309 commit 5ffb2ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.10.2"}
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.10.3"}
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
ipython = "!=8.1.0"
uwsgi = ">=2.0"
Expand Down
22 changes: 11 additions & 11 deletions Pipfile.lock

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

0 comments on commit 5ffb2ce

Please sign in to comment.