From 29a501f18cbbe10c91a67e24cf4cfe20bac3a7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 00:55:00 +0000 Subject: [PATCH] deps: Update redis requirement from >=5.0.0 to >=8.0.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...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 690b9c9..c6d3b29 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ asyncpg>=0.31.0 psycopg2-binary>=2.9.9 # Redis Cache (optional) -redis>=5.0.0 +redis>=8.0.0 # In-memory cache (fallback) cachetools>=5.3.0