From 3e6a73c79c8ca8b310edc14c7d593c5df36bb727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:09:05 +0000 Subject: [PATCH] deps(deps): bump redis from 5.0.3 to 8.1.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 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.0.3...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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9950da5..dd98953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "mlflow==2.14.1", "prometheus-client==0.19.0", "psutil==5.9.8", - "redis==5.0.3", + "redis==8.1.0", "aiokafka==0.8.1", "confluent-kafka==2.3.0", "onnxruntime==1.18.0",