From e20cdd477c46c4b7d87dfb668f24e54408746f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 10:13:52 +0000 Subject: [PATCH] Update hiredis requirement from ~=2.3.2 to ~=3.0.0 Updates the requirements on [hiredis](https://github.com/redis/hiredis-py) to permit the latest version. - [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/v2.3.2...v3.0.0) --- updated-dependencies: - dependency-name: hiredis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f45de35..7addf4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ cachebox~=3.3.1 numpy~=2.0.0 scikit-learn~=1.5.1 redio~=1.0.0 -hiredis~=2.3.2 \ No newline at end of file +hiredis~=3.0.0 \ No newline at end of file