From 6745fcd1dda200e388cb68f651966c1463109d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 07:23:38 +0000 Subject: [PATCH] chore(deps): bump redis from 6.4.0 to 8.0.0 in /workers/analyzer Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 8.0.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...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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..0e13333 100644 --- a/workers/analyzer/requirements.txt +++ b/workers/analyzer/requirements.txt @@ -1,3 +1,3 @@ -redis==6.4.0 +redis==8.0.0 pydantic==2.11.7 psycopg[binary]==3.2.9