From 4c7c1ed0bb17f71ac3dcd1ea2d9019694233fa72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 11:37:36 +0000 Subject: [PATCH] chore(deps): Bump cryptography from 41.0.8 to 46.0.6 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.8 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/commits/46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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..3f5926e 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.6 pyopenssl==23.3.0 # Testing