From a664219c5b49ac20351aaed712ea667b5b7bff44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 10:55:34 +0000 Subject: [PATCH] chore(deps): bump redis in /bec_lib Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. Updates `redis` to 7.4.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.2.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- bec_lib/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bec_lib/pyproject.toml b/bec_lib/pyproject.toml index 0a5c0d909..a2af4dd80 100644 --- a/bec_lib/pyproject.toml +++ b/bec_lib/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "psutil>=5.9,<8.0", "pydantic~=2.8, <2.12.0", "pyyaml~=6.0", - "redis~=6.2,>=6.2.0", + "redis>=6.2,<8.0", "requests~=2.31", "rich>=13.7,<16.0", "scipy~=1.12",