From 313ef7b5a07195c588b8506a81e861c0aba17448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 17:43:01 +0000 Subject: [PATCH] Bump django-redis from 5.4.0 to 7.0.0 Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.4.0 to 7.0.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/5.4.0...7.0.0) --- updated-dependencies: - dependency-name: django-redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ce4572a..58bc9f3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ Django==5.1.6 psycopg2-binary==2.9.10 python-dotenv==1.0.1 whitenoise==6.12.0 -django-redis==5.4.0 +django-redis==7.0.0