From 6cc033f549bf0a68c100d5a04f24b674f86f8515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:51:24 +0000 Subject: [PATCH] [deps] Update django-redis requirement from ~=5.2.0 to ~=5.4.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.2.0...5.4.0) --- updated-dependencies: - dependency-name: django-redis 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 36cdf494..de34f925 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/master django-cors-headers~=4.0.0 -django-redis~=5.2.0 +django-redis~=5.4.0 channels_redis~=4.2.0 pytest-asyncio~=0.21.0 pytest-django~=4.8.0