From 34842cbe9de1b6a26b5899cb6ba9da2ac9ff5532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:22:08 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...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 a3426a5b2d24c..c9abb79ce3730 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cbor2==5.6.2 ; python_version >= '3.12' chardet==4.0.0 ; python_version < '3.11' # (Jammy) chardet==5.2.0 ; python_version >= '3.11' cryptography==3.4.8; python_version < '3.12' # incompatibility between pyopenssl 19.0.0 and cryptography>=37.0.0 -cryptography==42.0.8 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes +cryptography==46.0.5 ; python_version >= '3.12' # (Noble) min 41.0.7, pinning 42.0.8 for security fixes docutils==0.17 ; python_version < '3.11' # (Jammy) docutils==0.20.1 ; python_version >= '3.11' freezegun==1.1.0 ; python_version < '3.11' # (Jammy)