From cb734510ac81937883305d0fc77093fc1bc0fda0 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 1 Feb 2023 12:16:30 +0100 Subject: [PATCH] Bump PyPDF2 to 3.0.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 4e0867d22..ce3dfc876 100644 --- a/src/setup.py +++ b/src/setup.py @@ -212,7 +212,7 @@ setup( 'pycountry', 'pycparser==2.21', 'pycryptodome==3.16.*', - 'PyPDF2==2.12.*', + 'PyPDF2==3.0.*', 'python-bidi==0.4.*', # Support for Arabic in reportlab 'python-dateutil==2.8.*', 'python-u2flib-server==4.*',