From 3e15e2a8878aff0dbe0c513e788f79a4f4b6d620 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 20 Dec 2024 11:02:32 +0100 Subject: [PATCH] Raise minimum version of cryptography --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49741853c..05b8d6d4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "bleach==6.2.*", "celery==5.4.*", "chardet==5.2.*", - "cryptography>=3.4.2", + "cryptography>=44.0.0", "css-inline==0.14.*", "defusedcsv>=1.1.0", "Django[argon2]==4.2.*,>=4.2.15",