From 32927bfd4f675be689539fc0c48cd26c44501fc4 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 3 Feb 2023 09:33:05 +0100 Subject: [PATCH] Update pycryptodome to 3.17.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 9000090dd..63682a7e2 100644 --- a/src/setup.py +++ b/src/setup.py @@ -211,7 +211,7 @@ setup( 'psycopg2-binary', 'pycountry', 'pycparser==2.21', - 'pycryptodome==3.16.*', + 'pycryptodome==3.17.*', 'PyPDF2==3.0.*', 'python-bidi==0.4.*', # Support for Arabic in reportlab 'python-dateutil==2.8.*',