From 2ec79028d26cc157489d44209b7cf03d593de040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 02:40:04 +0000 Subject: [PATCH] Bump cryptography from 47.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 47.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/47.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22c7fa7..2e00852 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.7 # via requests -cryptography==47.0.0 +cryptography==50.0.0 # via google-auth dj-database-url==3.1.2 # via classroom-dashboard (pyproject.toml)