From 474cbde72c59a82a159b1957848b24a326b95338 Mon Sep 17 00:00:00 2001 From: alejandromumo Date: Fri, 22 Nov 2024 10:50:34 +0100 Subject: [PATCH] installation: bump invenio-swh --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f60483ce..5ed63823 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.2"} +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"