From cc865a3e72137b29025f1338e8f6cc60c94da806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:58:24 +0000 Subject: [PATCH] Bump cryptography from 46.0.4 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.4 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.4...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs-requirements.txt | 2 +- lint-requirements.txt | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index 9e96b74..5ceab0a 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -14,7 +14,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.4 # via requests -cryptography==46.0.4 +cryptography==46.0.5 # via -r docs-requirements.in docutils==0.21.2 # via sphinx diff --git a/lint-requirements.txt b/lint-requirements.txt index ca05fbc..d0a810a 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -12,7 +12,7 @@ click==8.3.1 # via black colorlog==6.10.1 # via nox -cryptography==46.0.4 +cryptography==46.0.5 # via # -r lint-requirements.in # types-pyopenssl diff --git a/test-requirements.txt b/test-requirements.txt index 333b70a..f77e5c0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ cffi==2.0.0 # via cryptography coverage[toml]==7.13.2 # via -r test-requirements.in -cryptography==46.0.4 +cryptography==46.0.5 # via # -r test-requirements.in # pyopenssl