diff --git a/Pipfile b/Pipfile index 49dca939..48189638 100644 --- a/Pipfile +++ b/Pipfile @@ -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.3"} +invenio-swh = {git = "https://github.com/inveniosoftware/invenio-swh", ref = "v0.11.0"} jsonschema = ">=4.17.0,<4.18.0" # due to compatibility issues with alpha ipython = "!=8.1.0" uwsgi = ">=2.0"