From 7f30127a58fd1bc070a4ee65efc1960ffc592979 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Sat, 25 Mar 2023 11:01:23 +0000 Subject: [PATCH] Bump Python requirement cryptography to 40.0.1 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index f8d9cf4a8e..f6d905c5fd 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,5 +1,5 @@ boto3==1.18.13 -cryptography==3.4.7 +cryptography==40.0.1 Django==4.1.7 lxml==4.6.3 psycopg2-binary==2.9.1 -- GitLab