From 60bd63daf313dd74a690cb5ed8eb574f90982fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 01:01:08 +0000 Subject: [PATCH] build(deps): Bump cryptography from 42.0.0 to 44.0.1 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...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 1dbcbcd..5032d54 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ motor==3.3.2 pymongo==4.6.1 # Cryptography & Security -cryptography==42.0.0 +cryptography==44.0.1 pycose==1.0.1 cbor2==5.5.1 python-jose[cryptography]==3.3.0