From 7a91704c7dd1a8335f7dc1ac782a5dbd4254ba7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:51:35 +0000 Subject: [PATCH 1/2] Update cryptography requirement from <46.0.8 to <47.0.1 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/0.1...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a298a199..38faf596 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ fuzzywuzzy==0.18.0 sure==3.0a2 pyasn1==0.6.3 cffi==2.0.0 # cryptography -cryptography<46.0.8 # pyOpenSSL +cryptography<47.0.1 # pyOpenSSL pyOpenSSL==26.0.0 ndg-httpsclient==0.5.1 urllib3==2.6.3 # requests, sentry-sdk From c469b5d26c9fe9edc7c8008daa0d593abbdc4973 Mon Sep 17 00:00:00 2001 From: Natalia <36773036+ndittren@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:40:34 -0400 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38faf596..02ab8552 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ fuzzywuzzy==0.18.0 sure==3.0a2 pyasn1==0.6.3 cffi==2.0.0 # cryptography -cryptography<47.0.1 # pyOpenSSL +cryptography==47.0.1 # pyOpenSSL pyOpenSSL==26.0.0 ndg-httpsclient==0.5.1 urllib3==2.6.3 # requests, sentry-sdk