From 3626d8c642baa1a4bc37649bc8b6552957d6ea46 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 26 Apr 2022 15:00:57 +0200 Subject: [PATCH] Bump PyPDF2 version --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index f0b798fcf8..4c4cc60ede 100644 --- a/src/setup.py +++ b/src/setup.py @@ -210,7 +210,7 @@ setup( 'psycopg2-binary', 'pycountry', 'pycparser==2.21', - 'PyPDF2==1.26.*', + 'PyPDF2==1.27.9', 'python-bidi==0.4.*', # Support for Arabic in reportlab 'python-dateutil==2.8.*', 'python-u2flib-server==4.*',