From ee7ee1d1bfa8d8815bfc5f7e2e7a0897b0a93971 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:25:06 +0000 Subject: [PATCH] chore(deps): bump redis from 6.4.0 to 7.4.0 in /workers/analyzer Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.4.0. - [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/v6.4.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- workers/analyzer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/analyzer/requirements.txt b/workers/analyzer/requirements.txt index 988334b..7821278 100644 --- a/workers/analyzer/requirements.txt +++ b/workers/analyzer/requirements.txt @@ -1,3 +1,3 @@ -redis==6.4.0 +redis==7.4.0 pydantic==2.11.7 psycopg[binary]==3.2.9