From 1153f3e4f2acb0986a2f65b645f83d4026e64dba Mon Sep 17 00:00:00 2001 From: Teklia Bot <contact@teklia.com> Date: Mon, 2 Jan 2023 08:29:03 +0000 Subject: [PATCH] Bump Python requirement cryptography to 39.0.0 --- base/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/requirements.txt b/base/requirements.txt index 5ea2b7f0ae..a21aef4dbb 100644 --- a/base/requirements.txt +++ b/base/requirements.txt @@ -1,5 +1,5 @@ boto3==1.18.13 -cryptography==3.4.7 +cryptography==39.0.0 Django==4.1.4 lxml==4.6.3 psycopg2-binary==2.9.1 -- GitLab