From 5c051f0bde4f63fb8454f4cd4353da895ddf1cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:16:59 +0000 Subject: [PATCH] chore(deps): update redis requirement from >=5.0.0 to >=7.4.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...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 48bd9f2..add5e75 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -16,7 +16,7 @@ prometheus-client>=0.19.0 apscheduler>=3.10.0 # Redis client (optional, for caching) -redis>=5.0.0 +redis>=7.4.0 # Sentry (optional, for error tracking) # sentry-sdk[fastapi]>=1.39.0