Skip to content

Commit

Permalink
⬆️ update pikepdf
Browse files Browse the repository at this point in the history
  • Loading branch information
ianardee committed Oct 10, 2022
1 parent 4309224 commit 50ab767
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,29 @@
#
# pip-compile
#
certifi==2022.6.15
certifi==2022.9.24
# via requests
charset-normalizer==2.1.0
charset-normalizer==2.1.1
# via requests
idna==3.3
deprecation==2.1.0
# via pikepdf
idna==3.4
# via requests
lxml==4.9.1
# via pikepdf
packaging==21.3
# via pikepdf
pikepdf==5.1.2
# via
# deprecation
# pikepdf
pikepdf==5.6.1
# via mindee (setup.py)
pillow==9.2.0
# via pikepdf
pyparsing==3.0.9
# via packaging
pytz==2022.1
pytz==2022.4
# via mindee (setup.py)
requests==2.28.1
# via mindee (setup.py)
urllib3==1.26.11
urllib3==1.26.12
# via requests
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
pikepdf==5.1.2
pikepdf~=5.6
pytz>=2022.1
requests~=2.28

Expand Down

0 comments on commit 50ab767

Please sign in to comment.