From 9f281858a66ad4f52b77c9b98095f485ca71d833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:52:22 +0000 Subject: [PATCH] Bump cryptography from 46.0.5 to 46.0.6 in /server Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 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..60572b0 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.6 \ No newline at end of file