From 6dcbee2c9357a61b2404831a413b11f66c90be65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:07:18 +0000 Subject: [PATCH] deps(deps): update redis requirement from >=5.0.0 to >=7.0.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.0.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-optional.txt | 2 +- requirements-prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index 39d6dcd..fd2523c 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -2,7 +2,7 @@ # These provide additional functionality but are not required for core operation # Distributed Caching (for Kubernetes/multi-instance deployments) -redis[hiredis]>=5.0.0 # Redis client with C parser for performance +redis[hiredis]>=7.0.1 # Redis client with C parser for performance # Enhanced JSON support (for better serialization) orjson # Fast JSON library diff --git a/requirements-prod.txt b/requirements-prod.txt index 87296e8..6557097 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -6,7 +6,7 @@ gunicorn[gthread] # Production ASGI/WSGI server with threading support # Distributed caching (for multi-instance deployments) -redis[hiredis]>=5.0.0 # Redis client with C parser for performance +redis[hiredis]>=7.0.1 # Redis client with C parser for performance # Environment management python-dotenv # Environment variable loading