diff --git a/Pipfile.lock b/Pipfile.lock index 97d399bd9..ecffb79ab 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1426,11 +1426,11 @@ }, "zipp": { "hashes": [ - "sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d", - "sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375" + "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad", + "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099" ], "markers": "python_version < '3.9'", - "version": "==3.7.0" + "version": "==3.8.0" }, "zope.interface": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 4e2189d4d..40299830d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -107,5 +107,5 @@ wcwidth==0.2.5 websockets==10.2 whitenoise==6.0.0 whoosh==2.7.4 -zipp==3.7.0; python_version < '3.9' +zipp==3.8.0; python_version < '3.9' zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'