From 4eaeb1ad8d61c6ffe925c3e7336f1b768b44985d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 15:16:10 +0200 Subject: [PATCH] chore(deps): bump cryptography from 46.0.7 to 48.0.0 in /backend (#245) Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.7 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a8557fd..5397858 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.7 # Updated: Fixed NULL pointer dereference (was 42.0.0) +cryptography==48.0.0 # Updated: Fixed NULL pointer dereference (was 42.0.0) # Notifications apprise==1.9.9