From eb03eca0c3066e13fc0f92a4598a1aad85d5243c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 03:13:05 +0000 Subject: [PATCH] chore(deps): update redis requirement in /services/api 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/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.txt b/services/api/requirements.txt index 6346aa2..6b37568 100644 --- a/services/api/requirements.txt +++ b/services/api/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]>=0.23.0,<0.28.0 python-multipart>=0.0.6,<0.1.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 # Validation e utils