From 49dae2024d993e66363518c5f11c7c89aba17cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:18:39 +0000 Subject: [PATCH] [deps] Update django-redis requirement from ~=5.4.0 to ~=6.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/5.4.0...6.0.0) --- updated-dependencies: - dependency-name: django-redis dependency-version: 6.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 fdb5bdf2..3adf5464 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,3 +1,3 @@ openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 -django-redis~=5.4.0 +django-redis~=6.0.0 django-reversion~=5.1.0