Skip to content

Commit 5ffb2ce

Browse files
committed
installation: bump dependencies
πŸ“ 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
1 parent 7fb7309 commit 5ffb2ce

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

β€ŽPipfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sentry-sdk = ">=1.45,<2.0.0"
1717
zenodo_rdm = {editable="True", path="./site"}
1818
zenodo_legacy = {editable="True", path="./legacy"}
1919
# TODO: Remove once we fix PyPI package issues
20-
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.10.2"}
20+
invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.10.3"}
2121
jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha
2222
ipython = "!=8.1.0"
2323
uwsgi = ">=2.0"

β€ŽPipfile.lockβ€Ž

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)