From 8744b29edff77a942b4887b096f8a5d9edcd10d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 11:27:02 +0530 Subject: [PATCH] Python dependency: Update cryptography requirement (#6404) Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/40.0.0...41.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d73188b18..013b908fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ psycopg[c]==3.1.8 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.0.* -cryptography==40.0.* +cryptography==41.0.* sshtunnel==0.* ldap3==2.* gssapi==1.8.*