From ac356acd2908b7074fe13e77fd829e19464d9371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:35:52 +0200 Subject: [PATCH] Update django-redis requirement from ==6.0.* to ==7.0.* (#6244) Updates the requirements on [django-redis](https://github.com/jazzband/django-redis) to permit the latest version. - [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/6.0.0...7.0.0) --- updated-dependencies: - dependency-name: django-redis dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raphael Michel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1eab06aa7..d9d81e2c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "django-otp==1.7.*", "django-phonenumber-field==8.4.*", "django-querytagger==0.0.3", - "django-redis==6.0.*", + "django-redis==7.0.*", "django-scopes==2.0.*", "django-statici18n==2.7.*", "djangorestframework==3.17.*",