From d7c3785a0b0d3341cbabc19a50c7480e48b90394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:44:18 +0100 Subject: [PATCH] Bump hiredis from 3.0.0 to 3.1.0 (#1012) Bumps [hiredis](https://github.com/redis/hiredis-py) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/redis/hiredis-py/releases) - [Changelog](https://github.com/redis/hiredis-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/redis/hiredis-py/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: hiredis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 3b05198c..5cebd786 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -12,7 +12,7 @@ scipy==1.14.1 schema==0.7.7 deepdiff==8.0.1 redis==5.2.0 -hiredis==3.0.0 +hiredis==3.1.0 requests==2.32.3 uvicorn-worker==0.2.0 cachetools==5.5.0