From a1bb31e8e507980ed1c29c3463cf171fdd43b62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:56:18 +0000 Subject: [PATCH] deps(backend): bump cryptography from 42.0.5 to 46.0.5 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.5...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..982b784 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -40,7 +40,7 @@ pytest-cov==4.1.0 structlog==24.1.0 # Security and encryption -cryptography==42.0.5 +cryptography==46.0.5 # System monitoring psutil==5.9.8 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..9412f9c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -37,7 +37,7 @@ pytest-cov==4.1.0 structlog==24.1.0 # Security and encryption -cryptography==42.0.5 +cryptography==46.0.5 # System monitoring psutil==5.9.8