From f6d18e423ed9f5f0870e2f82dfea9b0cd23e1dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:19:17 +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.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.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..0f6e634 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.1.0,<9.0.0 minio>=7.2.0,<8.0.0 # Utilities