From 43b27470048a2cbd338cd40ab9a6ada09012663b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 01:45:37 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 44.0.1 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 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..11c331bc 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==44.0.1 \ No newline at end of file