From a215b73e39e0f1b102ca9137200d410afb4f74c2 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Fri, 28 Mar 2025 16:52:10 +0100 Subject: [PATCH] Lower requirement of cryptography --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad47f3635..15d6ff2e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,4 +23,4 @@ bleach>=6.0.0,<6.2.0 python-magic>=0.4.27,<0.5.0 python-magic-bin>=0.4.0,<0.5.0;sys_platform=='win32' flask-httpAuth>=4.4.0,<5.0.0 -cryptography>=43.0.4,<45.0.0 +cryptography>=39.0.0,<45.0.0