From 1f879b3e876738e95282b08990cf28c5324a1e95 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Thu, 22 Feb 2024 11:57:44 +0530 Subject: [PATCH] Upgrade python package cryptography to 42.0.* --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8cdf9277..ed6af9ad0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ psycopg[c]==3.1.12 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.* -cryptography==41.0.* +cryptography==42.0.* sshtunnel==0.* ldap3==2.* gssapi==1.8.*