From 378f69763beac1c062deb2362a4dcbb08f9fc469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:52:04 +0000 Subject: [PATCH] fix(deps)(deps): bump redis from 5.2.1 to 8.1.0 in /ml-service Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 8.1.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/v5.2.1...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ml-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-service/requirements.txt b/ml-service/requirements.txt index 27619e60..f30e0f08 100644 --- a/ml-service/requirements.txt +++ b/ml-service/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.141.1 uvicorn[standard]==0.32.1 pydantic==2.10.3 -redis==5.2.1 +redis==8.1.0 # ML dependencies (optional – service degrades gracefully without them) numpy==1.26.4