From 9817e5a3b0e7c082ec853b3f3bcc19ed62a7fcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 15:42:18 +0000 Subject: [PATCH] Bump cryptography from 45.0.5 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.5 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.5...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 167de07..833a8d1 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -59,7 +59,7 @@ charset-normalizer==3.4.2 # via requests click==8.2.1 # via uvicorn -cryptography==45.0.5 +cryptography==50.0.0 # via # azure-identity # msal