From 44e69a79ccf26613a5ce0bc32c5dcde8b943e93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:10:55 +0000 Subject: [PATCH] Update redis requirement from >=5.0.0 to >=7.4.0 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.0.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_cache.txt b/requirements_cache.txt index e70af52..c50effc 100644 --- a/requirements_cache.txt +++ b/requirements_cache.txt @@ -3,7 +3,7 @@ # For Redis cache backend django-redis>=5.4.0 -redis>=5.0.0 +redis>=7.4.0 # For Memcached cache backend pymemcache>=4.0.0