From c04bda7a3608463cc84fe0ca8b61b2f85815c8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 00:17:30 +0000 Subject: [PATCH] chore(deps): Bump cryptography from 41.0.8 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.8 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/commits/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 174bb56..9d7a16c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ click==8.1.7 pillow==10.1.0 # Cryptography and certificates -cryptography==41.0.8 +cryptography==46.0.5 pyopenssl==23.3.0 # Testing