From 588aa881446678f6ef55065d48b3123aa835f9cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:06:36 +0530 Subject: [PATCH] Python dependency: Update cryptography requirement in /web/regression --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 900343385f4..5071fd4d4e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ psycopg[c]==3.2.3 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.2.* -cryptography==43.0.* +cryptography==44.0.* sshtunnel==0.* ldap3==2.* gssapi==1.9.*