From 7d33af0ae978548e8f6672a7dbd135b329dfd3dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 04:38:12 +0000 Subject: [PATCH] Update redis requirement from >=5.2 to >=7.4.0 in /backend 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.2.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.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 10393d5..d51bfa3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ asyncpg>=0.30 psycopg2-binary>=2.9 greenlet>=3.0 alembic>=1.14 -redis>=5.2 +redis>=7.4.0 celery[redis]>=5.6 PyJWT[crypto]>=2.8,<3.0 httpx>=0.28