From ac58eb4c417a8ba6dd29a3b279907b48ceda54db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 12:56:34 +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...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.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..9b8ef7f 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>=7.4.0,<8.0.0 minio>=7.2.0,<8.0.0 # Utilities