From 465a8b986ded6f0b3d12a007afb85b5671a05dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:17:05 +0000 Subject: [PATCH] Bump redis from 6.4.0 to 7.0.1 Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.0.1. - [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.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index daf0f3273..810236ab1 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -11,7 +11,7 @@ orjson==3.11.4 scipy==1.16.3 schema==0.7.8 deepdiff==8.6.1 -redis==6.4.0 +redis==7.0.1 hiredis==3.3.0 requests==2.32.5 uvicorn-worker==0.4.0