From 013b9a7560c33de77792f0cde7ac3e3207ec511b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:52:23 +0000 Subject: [PATCH] Bump cryptography from 46.0.3 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...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 f13a0bf..b341c5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.4 # via requests -cryptography==46.0.3 +cryptography==46.0.5 # via jwcrypto deprecation==2.1.0 # via python-keycloak