From 77eb691db4f72b3d4a29b8a4e25fbb90f1f477ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:40:05 +0000 Subject: [PATCH] Bump hiredis from 3.0.0 to 3.1.0 in /requirements 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] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db5ce7dc..3e4bcd0e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ whitenoise==6.7.0 # https://github.com/andymccurdy/redis-py redis==5.1.1 # https://github.com/redis/hiredis-py -hiredis==3.0.0 +hiredis==3.1.0 # https://github.com/psycopg/psycopg2 psycopg2-binary==2.9.9 #psycopg2==2.9.9 --no-binary psycopg2