Merge pull request #642 from paperless-ngx/dependabot/pip/dev/ocrmypdf-13.4.2

Bump ocrmypdf from 13.4.1 to 13.4.2
This commit is contained in:
Trenton Holmes 2022-04-06 12:13:03 -07:00 committed by GitHub
commit 2d850795d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

12
Pipfile.lock generated
View File

@ -671,11 +671,11 @@
}, },
"ocrmypdf": { "ocrmypdf": {
"hashes": [ "hashes": [
"sha256:201ed2f589f851be73908fce35fbb6fb05e4739289d3cd8765f9519f49ea1cd9", "sha256:7f0a6165b80ba1b37ce5943cf5b4faf93bf98c04c8f5157ef83c5f292491485f",
"sha256:f42e60bc2b6534634dd08928584275b1c556dc875c849650afcc38f7da9e2856" "sha256:d52410bc38cf5b66da27668e38c66ac41fd3136457c1ec388b311f0a78ee213c"
], ],
"index": "pypi", "index": "pypi",
"version": "==13.4.1" "version": "==13.4.2"
}, },
"packaging": { "packaging": {
"hashes": [ "hashes": [
@ -695,11 +695,11 @@
}, },
"pdfminer.six": { "pdfminer.six": {
"hashes": [ "hashes": [
"sha256:0351f17d362ee2d48b158be52bcde6576d96460efd038a3e89a043fba6d634d7", "sha256:af0630f98a292bad4170f54e80f82ca81b916dd0b2c996437ec45c02f11d8762",
"sha256:d3efb75c0249b51c1bf795e3a8bddf1726b276c77bf75fb136adea471ee2825b" "sha256:eff2ce0abeaa4df94dc3461f70eab104487c7b4a2b3c7e9fd0aeec6c5f44d6a6"
], ],
"index": "pypi", "index": "pypi",
"version": "==20211012" "version": "==20220319"
}, },
"pikepdf": { "pikepdf": {
"hashes": [ "hashes": [

View File

@ -57,10 +57,10 @@ langdetect==1.0.9
lxml==4.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' lxml==4.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
msgpack==1.0.3 msgpack==1.0.3
numpy==1.22.3; python_version >= '3.8' numpy==1.22.3; python_version >= '3.8'
ocrmypdf==13.4.1 ocrmypdf==13.4.2
packaging==21.3; python_version >= '3.6' packaging==21.3; python_version >= '3.6'
pathvalidate==2.5.0 pathvalidate==2.5.0
pdfminer.six==20211012 pdfminer.six==20220319
pikepdf==5.1.1 pikepdf==5.1.1
pillow==9.1.0 pillow==9.1.0
pluggy==1.0.0; python_version >= '3.6' pluggy==1.0.0; python_version >= '3.6'