From d7b14c5c925b2756cdeab8f5433d369cc5ce7286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:07:42 +0000 Subject: [PATCH] Update cryptography requirement from <48.0.2 to <49.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...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.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 1bd31ce23..dde4a9819 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ fuzzywuzzy==0.18.0 sure==3.0a2 pyasn1==0.6.3 cffi==2.0.0 -cryptography<48.0.2 # pyOpenSSL +cryptography<49.0.1 # pyOpenSSL pyOpenSSL==26.2.0 ndg-httpsclient==0.5.1 urllib3==2.7.0 # requests