From 92ca420fc8f707b9d02907f4ebb8ec15f3f448d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 01:00:42 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 46.0.5 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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 61ff9841..0e34eefc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,4 +7,4 @@ pyseto==1.7.8 authlib==1.6.6 pydantic==2.5.3 requests==2.32.5 -cryptography==42.0.8 \ No newline at end of file +cryptography==46.0.5 \ No newline at end of file