From 5e8e94b4ebf6b0154c08b12f93660776570f121e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 22:37:53 +0000 Subject: [PATCH] chore(deps): bump cryptography in /samples/django-redis-postgres/app Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/django-redis-postgres/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/django-redis-postgres/app/requirements.txt b/samples/django-redis-postgres/app/requirements.txt index f7f4075b4..3947dd8bd 100644 --- a/samples/django-redis-postgres/app/requirements.txt +++ b/samples/django-redis-postgres/app/requirements.txt @@ -8,7 +8,7 @@ cffi==1.17.0 channels==4.1.0 channels-redis==4.2.0 constantly==23.10.4 -cryptography==43.0.0 +cryptography==50.0.0 daphne==4.1.2 dj-database-url==2.2.0 Django==5.1