mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
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:
co-authored by
Richard Schreiber
parent
49c4cc639f
commit
ef60093bae
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user