From cebab2a53c761c62ab7dc4ecb56c3060fff0da54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:11:13 +0000 Subject: [PATCH] [deps] Update django-redis requirement from ~=6.0.0 to ~=7.0.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] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index d2bba71..93f8e68 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,4 +5,4 @@ openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/archive/re openwisp-controller @ https://github.com/openwisp/openwisp-controller/archive/refs/heads/1.3.tar.gz openwisp-utils[qa,selenium,channels-test] @ https://github.com/openwisp/openwisp-utils/archive/refs/heads/1.3.tar.gz redis~=8.0.1 -django_redis~=6.0.0 +django_redis~=7.0.0