From ed51fe475edf214ba14e0b7b6e80a5e2f8738567 Mon Sep 17 00:00:00 2001 From: Aditya Toshniwal Date: Wed, 25 Oct 2023 18:42:31 +0530 Subject: [PATCH] Upgrade python package cryptography to latest version --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98ce469c8..abbd0460f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,8 +31,7 @@ psycopg[c]==3.1.12 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.* -# Pinned for #6718 -cryptography==40.0.* +cryptography==41.0.* sshtunnel==0.* ldap3==2.* gssapi==1.8.*