From 8ec2fd727f58476d2541f357900195b73995d2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:36:20 +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...v5.3.1) --- updated-dependencies: - dependency-name: redis dependency-version: 5.3.1 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 d619f22c..8f7869df 100644 --- a/services/worker/requirements.txt +++ b/services/worker/requirements.txt @@ -1,4 +1,4 @@ celery>=5.4.0 -redis>=5.0.0 +redis>=5.3.1 sqlmodel>=0.0.22 pydantic-settings>=2.2.1