From 5e29517554c1e9e163d1167b2eb2fa769a776dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:39:21 +0000 Subject: [PATCH] Update redis requirement from >=5.0.0 to >=8.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...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8aefd0f..9093003 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ psycopg[binary]>=3.1.0 dj-database-url>=2.1.0 # Redis cache backend (opt-in via REDIS_URL; DatabaseCache is the default and # needs nothing extra). Only imported when REDIS_URL is set. -redis>=5.0.0 +redis>=8.0.1 psutil>=5.9.0 boto3>=1.34.0 claude-agent-sdk>=0.2.101,<0.3.0