From 9f36f67d5eab094997b2b50b1459934c1731caac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:30:15 +0000 Subject: [PATCH] Bump cryptography from 43.0.3 to 46.0.5 in /tools Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index d9323ab18a5..6be307eaceb 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -32,7 +32,7 @@ configargparse==1.7 ; python_version >= "3.9" and python_version < "4.0" configobj==5.0.9 ; python_version >= "3.9" and python_version < "4.0" coverage==7.6.10 ; python_version >= "3.9" and python_version < "4.0" crashtest==0.4.1 ; python_version >= "3.9" and python_version < "4.0" -cryptography==43.0.3 ; python_version >= "3.9" and python_version < "4.0" +cryptography==46.0.5 ; python_version >= "3.9" and python_version < "4.0" cython==0.29.37 ; python_version >= "3.9" and python_version < "4.0" decorator==5.1.1 ; python_version >= "3.9" and python_version < "4.0" deprecated==1.2.18 ; python_version >= "3.9" and python_version < "4.0"