From 8ce743b1e607bff2373afa98faf4d99d57dac692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 20:22:43 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.3 to 46.0.6 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... 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 1104836..69bbab8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ python-multipart==0.0.21 aiosmtplib==5.0.0 email-validator==2.3.0 PyJWT==2.10.1 -cryptography==46.0.3 +cryptography==46.0.6 # Caching utilities cachetools==5.5.2