From 9f660e474bd90cd38ce68784e94f7582c94c2ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 21:28:11 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 46.0.7 in /server Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.7. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 7b7e9a7..27c55bd 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -7,4 +7,4 @@ python-jose[cryptography]==3.4.0 passlib[bcrypt]==1.7.4 python-dotenv==1.0.0 requests==2.32.4 -cryptography==46.0.5 \ No newline at end of file +cryptography==46.0.7 \ No newline at end of file