From 42ede64236ccadab954115dfa351685b7a396545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 02:53:29 +0000 Subject: [PATCH] Bump redis from 5.0.1 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.4.0. - [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.1...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index f48d0f1..9951060 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ setuptools>=68.2.2,<82 whitenoise==6.6.0 # https://github.com/evansd/whitenoise -redis==5.0.1 # https://github.com/redis/redis-py +redis==7.4.0 # https://github.com/redis/redis-py celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery flower==2.0.1 # https://github.com/mher/flower hiredis==2.2.3 # https://github.com/redis/hiredis-py