From 6f0bb14f69475362c44293054b52fb4a003f217b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:36:12 +0000 Subject: [PATCH] deps(deps): bump redis from 5.0.3 to 8.0.1 Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 8.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/v5.0.3...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 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 b2177a3..5f72b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mlflow==2.14.1", "prometheus-client==0.19.0", "psutil==5.9.8", - "redis==5.0.3", + "redis==8.0.1", "aiokafka==0.8.1", "confluent-kafka==2.3.0", "onnxruntime==1.18.0",