From 3605e6eb6345b56a0e2ce31d6f0b9e10bcbe2c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:43:45 +0000 Subject: [PATCH] [deps] Update redis requirement from ~=5.2.0 to ~=5.2.1 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.2.0...v5.2.1) --- updated-dependencies: - dependency-name: 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 e278f05..e0ccd9c 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -6,5 +6,5 @@ freezegun~=1.5.1 openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/1.2 openwisp-controller @ https://github.com/openwisp/openwisp-controller/tarball/1.2 openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 -redis~=5.2.0 +redis~=5.2.1 django_redis~=5.4.0