From 1703c1f7f97aa12a93e2f30ceccca4f654405d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:45:03 +0000 Subject: [PATCH] Bump cryptography from 43.0.1 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 29fac3bb..0a9003bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ cffi==1.16.0 ; python_version >= "3.8" and python_full_version < "4.0.0" and pla charset-normalizer==3.3.2 ; python_version >= "3.8" and python_full_version < "4.0.0" click==8.1.7 ; python_version >= "3.8" and python_full_version < "4.0.0" colorama==0.4.6 ; python_version >= "3.8" and python_full_version < "4.0.0" and (sys_platform == "win32" or platform_system == "Windows") -cryptography==43.0.1 ; python_version >= "3.8" and python_full_version < "4.0.0" +cryptography==46.0.5 ; python_version >= "3.8" and python_full_version < "4.0.0" dill==0.3.8 ; python_version >= "3.8" and python_full_version < "4.0.0" docutils==0.18.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" exceptiongroup==1.2.1 ; python_full_version >= "3.8.0" and python_version < "3.11"