Merge pull request #649 from paperless-ngx/dependabot/pip/dev/zipp-3.8.0

Bump zipp from 3.7.0 to 3.8.0
This commit is contained in:
Trenton Holmes 2022-04-07 13:49:50 -07:00 committed by GitHub
commit d00e8d3b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Pipfile.lock generated
View File

@ -1426,11 +1426,11 @@
}, },
"zipp": { "zipp": {
"hashes": [ "hashes": [
"sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d", "sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad",
"sha256:b47250dd24f92b7dd6a0a8fc5244da14608f3ca90a5efcd37a3b1642fac9a375" "sha256:c4f6e5bbf48e74f7a38e7cc5b0480ff42b0ae5178957d564d18932525d5cf099"
], ],
"markers": "python_version < '3.9'", "markers": "python_version < '3.9'",
"version": "==3.7.0" "version": "==3.8.0"
}, },
"zope.interface": { "zope.interface": {
"hashes": [ "hashes": [

View File

@ -107,5 +107,5 @@ wcwidth==0.2.5
websockets==10.2 websockets==10.2
whitenoise==6.0.0 whitenoise==6.0.0
whoosh==2.7.4 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' zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'