From 553f9b1705f226cc754ea52f8315178994ea16a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:34:08 +0000 Subject: [PATCH] chore(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 7d9bee97..4e773824 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -31,7 +31,7 @@ dj-rest-auth==7.2.0 requests==2.34.2 requests-oauthlib==2.0.0 oauthlib==3.3.1 -cryptography==49.0.0 +cryptography==50.0.0 # Transitive deps pinned to patched versions to clear osv-scanner findings: # idna <- requests (PYSEC-2026-215 / GHSA-65pc-fj4g-8rjx) # pygments <- pytest (PYSEC-2023-117, GHSA-5239-wwwm-4pmq)