From 859b925d6c2004a1e38742f58e2f0e08a38ae940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:04:06 +0000 Subject: [PATCH] build(deps): bump cryptography from 49.0.0 to 50.0.0 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 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 3a3d890..6e07a60 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ email-validator==2.3.0 argon2-cffi==25.1.0 python-jose==3.5.0 python-multipart==0.0.32 -cryptography==49.0.0 +cryptography==50.0.0 cffi==2.0.0 pycparser==3.0