From d1182d10644932db45a3edddc3ed1b601402e282 Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Wed, 2 Nov 2022 11:01:39 +0000 Subject: [PATCH] Bump Python requirement cryptography to 38.0.3 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 18da32f978..70b4e80546 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,5 +1,5 @@ boto3==1.18.13 -cryptography==3.4.7 +cryptography==38.0.3 Django==4.0.4 lxml==4.6.3 psycopg2-binary==2.9.1 -- GitLab