From 402ed61756cc9caa409eb2df60bd4fe5165ff7f6 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 4 Oct 2022 16:39:17 +0200 Subject: [PATCH] Bump PyPDF2 to 2.11.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index f09f3092c4..ad7fcd2e73 100644 --- a/src/setup.py +++ b/src/setup.py @@ -212,7 +212,7 @@ setup( 'pycountry', 'pycparser==2.21', 'pycryptodome==3.15.*', - 'PyPDF2==2.9.*', + 'PyPDF2==2.11.*', 'python-bidi==0.4.*', # Support for Arabic in reportlab 'python-dateutil==2.8.*', 'python-u2flib-server==4.*',