From cc7768c0c12732976d9b08945b0d3a2711f01849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:44:05 +0000 Subject: [PATCH] chore(deps): bump hiredis from 2.2.3 to 3.4.0 Bumps [hiredis](https://github.com/redis/hiredis-py) from 2.2.3 to 3.4.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/v2.2.3...v3.4.0) --- updated-dependencies: - dependency-name: hiredis dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 61a727b..f60734e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ setuptools>=68.2.2,<82 whitenoise==6.12.0 # https://github.com/evansd/whitenoise redis==7.4.0 # https://github.com/redis/redis-py celery==5.3.6 # pyup: < 6.0 # https://github.com/celery/celery -hiredis==2.2.3 # https://github.com/redis/hiredis-py +hiredis==3.4.0 # https://github.com/redis/hiredis-py # Django # ------------------------------------------------------------------------------