From cd4fe779132b72985f1ec807464b479807b90a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 07:40:47 +0000 Subject: [PATCH] Bump redis from 5.0.3 to 5.0.4 Bumps [redis](https://github.com/redis/redis-py) from 5.0.3 to 5.0.4. - [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.3...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 36290de1e..e3af131fb 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -11,6 +11,6 @@ orjson==3.10.1 scipy==1.13.0 schema==0.7.5 deepdiff==7.0.1 -redis==5.0.3 +redis==5.0.4 hiredis==2.3.2 requests==2.31.0