From 0e4da43b037d4aafe360141cb5789c5684311fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 03:16:01 +0000 Subject: [PATCH] chore(deps): update redis requirement in /services/worker 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/v5.0.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/worker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/worker/requirements.txt b/services/worker/requirements.txt index 0ec44b2..1a07981 100644 --- a/services/worker/requirements.txt +++ b/services/worker/requirements.txt @@ -2,7 +2,7 @@ #dissmodel>=0.3.0,<0.4.0 # Queue e storage -redis>=5.0.0,<6.0.0 +redis>=8.0.0,<9.0.0 minio>=7.2.0,<8.0.0 # Utilities