From 600900acc699ee5d87c8c46fd20c2ef1548010bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:53:47 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.5 to 46.0.6 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8c28ac8..4c648b9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ psycopg[binary]==3.3.2 # PostgreSQL adapter # Authentication & Security pyjwt==2.10.1 -cryptography==46.0.5 # For PyJWT cryptographic algorithms +cryptography==46.0.6 # For PyJWT cryptographic algorithms passlib[bcrypt]==1.7.4 bcrypt==4.0.1 python-multipart==0.0.22