From b55abe12fe6ed617ffa49696221b8ee2d34733dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 02:47:43 +0000 Subject: [PATCH] Update django-redis requirement from ==6.0.* to ==7.0.* 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce5b7e278..325b9b3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "django-oauth-toolkit==2.3.*", "django-otp==1.7.*", "django-phonenumber-field==8.4.*", - "django-redis==6.0.*", + "django-redis==7.0.*", "django-scopes==2.0.*", "django-statici18n==2.7.*", "djangorestframework==3.17.*",