mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Bump pikepdf from 2.16.1 to 5.0.1 (#143)
Bumps [pikepdf](https://github.com/pikepdf/pikepdf) from 2.16.1 to 5.0.1. - [Release notes](https://github.com/pikepdf/pikepdf/releases) - [Changelog](https://github.com/pikepdf/pikepdf/blob/master/docs/release_notes.rst) - [Commits](https://github.com/pikepdf/pikepdf/compare/v2.16.1...v5.0.1) --- updated-dependencies: - dependency-name: pikepdf dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9dcfda1f41
commit
a561cfe808
2
Pipfile
2
Pipfile
@ -24,7 +24,7 @@ langdetect = "*"
|
|||||||
numpy = "~=1.20.0"
|
numpy = "~=1.20.0"
|
||||||
pathvalidate = "*"
|
pathvalidate = "*"
|
||||||
pillow = "~=8.1"
|
pillow = "~=8.1"
|
||||||
pikepdf = "~=2.5"
|
pikepdf = "~=5.0"
|
||||||
python-gnupg = "*"
|
python-gnupg = "*"
|
||||||
python-dotenv = "*"
|
python-dotenv = "*"
|
||||||
python-dateutil = "*"
|
python-dateutil = "*"
|
||||||
|
1180
Pipfile.lock
generated
1180
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
@ -5,24 +5,24 @@
|
|||||||
# pipenv lock --requirements
|
# pipenv lock --requirements
|
||||||
#
|
#
|
||||||
|
|
||||||
-i https://pypi.python.org/simple
|
-i https://pypi.python.org/simple/
|
||||||
--extra-index-url https://www.piwheels.org/simple
|
--extra-index-url https://www.piwheels.org/simple/
|
||||||
aioredis==1.3.1
|
aioredis==1.3.1
|
||||||
arrow==1.1.1; python_version >= '3.6'
|
arrow==1.2.2; python_version >= '3.6'
|
||||||
asgiref==3.4.1; python_version >= '3.6'
|
asgiref==3.5.0; python_version >= '3.7'
|
||||||
async-timeout==3.0.1; python_full_version >= '3.5.3'
|
async-timeout==4.0.2; python_version >= '3.6'
|
||||||
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
attrs==21.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
autobahn==21.3.1; python_version >= '3.7'
|
autobahn==22.2.2; python_version >= '3.7'
|
||||||
automat==20.2.0
|
automat==20.2.0
|
||||||
backports.zoneinfo==0.2.1
|
backports.zoneinfo==0.2.1
|
||||||
blessed==1.18.1; python_version >= '2.7'
|
blessed==1.19.1; python_version >= '2.7'
|
||||||
certifi==2021.5.30
|
certifi==2021.10.8
|
||||||
cffi==1.14.6
|
cffi==1.15.0
|
||||||
channels-redis==3.3.0
|
channels-redis==3.3.0
|
||||||
channels==3.0.4
|
channels==3.0.4
|
||||||
chardet==4.0.0; python_version >= '3.1'
|
chardet==4.0.0; python_version >= '3.1'
|
||||||
charset-normalizer==2.0.4; python_version >= '3'
|
charset-normalizer==2.0.12; python_version >= '3'
|
||||||
click==8.0.1; python_version >= '3.6'
|
click==8.0.4; python_version >= '3.6'
|
||||||
coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
concurrent-log-handler==0.9.19
|
concurrent-log-handler==0.9.19
|
||||||
constantly==15.1.0
|
constantly==15.1.0
|
||||||
@ -39,65 +39,70 @@ djangorestframework==3.12.4
|
|||||||
filelock==3.0.12
|
filelock==3.0.12
|
||||||
fuzzywuzzy[speedup]==0.18.0
|
fuzzywuzzy[speedup]==0.18.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
h11==0.12.0; python_version >= '3.6'
|
h11==0.13.0; python_version >= '3.6'
|
||||||
hiredis==2.0.0; python_version >= '3.6'
|
hiredis==2.0.0; python_version >= '3.6'
|
||||||
httptools==0.2.0
|
httptools==0.2.0
|
||||||
humanfriendly==9.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
hyperlink==21.0.0
|
hyperlink==21.0.0
|
||||||
idna==3.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
idna==3.3; python_version >= '3.5'
|
||||||
imap-tools==0.46.0
|
imap-tools==0.46.0
|
||||||
img2pdf==0.4.1
|
img2pdf==0.4.3
|
||||||
incremental==21.3.0
|
incremental==21.3.0
|
||||||
inotify-simple==1.3.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
inotify-simple==1.3.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
inotifyrecursive==0.3.5
|
inotifyrecursive==0.3.5
|
||||||
joblib==1.0.1; python_version >= '3.6'
|
joblib==1.1.0; python_version >= '3.6'
|
||||||
langdetect==1.0.9
|
langdetect==1.0.9
|
||||||
lxml==4.6.3; 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.2
|
msgpack==1.0.3
|
||||||
numpy==1.20.3
|
numpy==1.20.3
|
||||||
ocrmypdf==12.3.2
|
ocrmypdf==12.3.2
|
||||||
|
packaging==21.3; python_version >= '3.6'
|
||||||
pathvalidate==2.4.1
|
pathvalidate==2.4.1
|
||||||
pdfminer.six==20201018
|
pdfminer.six==20201018
|
||||||
pikepdf==2.16.1
|
pikepdf==5.0.1
|
||||||
pillow==8.3.1
|
pillow==8.3.1
|
||||||
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
pluggy==0.13.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
portalocker==2.3.0; python_version >= '3'
|
portalocker==2.4.0; python_version >= '3'
|
||||||
psycopg2-binary==2.9.1
|
psycopg2-binary==2.9.1
|
||||||
pyasn1-modules==0.2.8
|
pyasn1-modules==0.2.8
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
pyopenssl==20.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
pyopenssl==21.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
pyparsing==3.0.7; python_version >= '3.6'
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-dotenv==0.19.0
|
python-dotenv==0.19.0
|
||||||
python-gnupg==0.4.7
|
python-gnupg==0.4.7
|
||||||
python-levenshtein==0.12.2
|
python-levenshtein==0.12.2
|
||||||
python-magic==0.4.24
|
python-magic==0.4.24
|
||||||
pytz==2021.1
|
pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||||
pyyaml==5.4.1
|
pytz==2021.3
|
||||||
|
pyyaml==6.0
|
||||||
redis==3.5.3
|
redis==3.5.3
|
||||||
regex==2021.8.3
|
regex==2022.1.18
|
||||||
reportlab==3.6.1; python_version >= '2.7' and python_version < '4'
|
reportlab==3.6.7; python_version >= '3.6' and python_version < '4'
|
||||||
requests==2.26.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||||
scikit-learn==0.24.0
|
scikit-learn==0.24.0
|
||||||
scipy==1.7.1; python_version < '3.10' and python_version >= '3.7'
|
scipy==1.8.0; python_version < '3.11' and python_version >= '3.8'
|
||||||
service-identity==21.1.0
|
service-identity==21.1.0
|
||||||
|
setuptools==60.9.3; python_version >= '3.7'
|
||||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
sortedcontainers==2.4.0
|
sortedcontainers==2.4.0
|
||||||
sqlparse==0.4.1; python_version >= '3.5'
|
sqlparse==0.4.2; python_version >= '3.5'
|
||||||
threadpoolctl==2.2.0; python_version >= '3.6'
|
threadpoolctl==3.1.0; python_version >= '3.6'
|
||||||
tika==1.24
|
tika==1.24
|
||||||
tqdm==4.62.1
|
tqdm==4.62.1
|
||||||
twisted[tls]==21.7.0; python_full_version >= '3.6.7'
|
twisted[tls]==22.1.0; python_full_version >= '3.6.7'
|
||||||
txaio==21.2.1; python_version >= '3.6'
|
txaio==22.2.1; python_version >= '3.6'
|
||||||
typing-extensions==3.10.0.0
|
typing-extensions==4.1.1; python_version >= '3.6'
|
||||||
tzlocal==3.0; python_version >= '3.6'
|
tzdata==2021.5; python_version >= '3.6'
|
||||||
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
tzlocal==4.1; python_version >= '3.6'
|
||||||
|
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
||||||
uvicorn[standard]==0.15.0
|
uvicorn[standard]==0.15.0
|
||||||
uvloop==0.16.0
|
uvloop==0.16.0
|
||||||
watchdog==2.1.3
|
watchdog==2.1.3
|
||||||
watchgod==0.7
|
watchgod==0.7
|
||||||
wcwidth==0.2.5
|
wcwidth==0.2.5
|
||||||
websockets==9.1
|
websockets==10.2
|
||||||
whitenoise==5.3.0
|
whitenoise==5.3.0
|
||||||
whoosh==2.7.4
|
whoosh==2.7.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'
|
zope.interface==5.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user