From 5c085d42e30348a6e93f40dbcc9c50a946e93241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 14:34:56 +0000 Subject: [PATCH] chore(deps)(deps): update redis requirement in /nodes/src/nodes Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nodes/src/nodes/memory_persistent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/src/nodes/memory_persistent/requirements.txt b/nodes/src/nodes/memory_persistent/requirements.txt index d9f7234c5..312fef23b 100644 --- a/nodes/src/nodes/memory_persistent/requirements.txt +++ b/nodes/src/nodes/memory_persistent/requirements.txt @@ -1 +1 @@ -redis>=6.4.0,<7.0.0 +redis>=7.4.0,<8.0.0