From 549f60cbe4dedbde65200f6429a7afaf4beb7b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:46:46 +0000 Subject: [PATCH] Build(deps): Bump cryptography in /services/flask-backend Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/flask-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/flask-backend/requirements.txt b/services/flask-backend/requirements.txt index f2f04a8f..fe4578d4 100644 --- a/services/flask-backend/requirements.txt +++ b/services/flask-backend/requirements.txt @@ -23,7 +23,7 @@ PyJWT==2.10.1 # Cryptography bcrypt==4.2.1 argon2-cffi==23.1.0 -cryptography==44.0.0 +cryptography==44.0.1 # Security utilities bleach==6.2.0