From 222fc96effced50974e1f8cc4ffa1903461bda39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 00:25:57 +0000 Subject: [PATCH] chore(deps): bump cryptography Bumps the pip group with 1 update in the /backend directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 46.0.6 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.6...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip ... 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 4d4fd80..3904449 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -38,7 +38,7 @@ celery==5.6.3 redis==7.4.0 # Security & Encryption -cryptography==46.0.6 # Updated: Fixed NULL pointer dereference (was 42.0.0) +cryptography==46.0.7 # Updated: Fixed NULL pointer dereference (was 42.0.0) # Notifications apprise==1.9.9