From bcacaa9249a9d8492f6a6736dedc1fbc253447cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:01:39 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 6.4.0 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 6.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/3.5.3...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 2b8d0209..fbcbd6d0 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,7 +4,7 @@ django-redis-cache==3.0.1 gevent==22.10.2 # Ensure this matches the updated version in base.txt greenlet==3.0.3 # Ensure this matches the updated version in base.txt raven==6.10.0 -redis==3.5.3 +redis==6.4.0 gunicorn==20.1.0 hiredis==2.0.0 sentry-sdk==1.5.12