Update pypdf requirement from ==3.9.* to ==4.2.* (#4159)

* Change PDF merging for compatibility with pypdf 4

* Update pypdf requirement from ==3.9.* to ==4.2.*

* fix pypdf API-changes

* fix missing removal of deepcopy

* fix rotated PDF-backgrounds

---------

Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
Raphael Michel
2024-05-22 14:56:21 +02:00
committed by GitHub
co-authored by Richard Schreiber
parent 49c4cc639f
commit ef60093bae
2 changed files with 35 additions and 33 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ dependencies = [
"pycountry",
"pycparser==2.22",
"pycryptodome==3.20.*",
"pypdf==3.9.*", # wait for https://github.com/py-pdf/pypdf/issues/2642
"pypdf==4.2.*",
"python-bidi==0.4.*", # Support for Arabic in reportlab
"python-dateutil==2.9.*",
"pytz",