From 9e9965fa7a5c2d5b4de235cd712be8bc7e894f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:01:22 +0000 Subject: [PATCH] Bump hiredis from 2.0.0 to 3.3.0 Bumps [hiredis](https://github.com/redis/hiredis-py) from 2.0.0 to 3.3.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.0.0...v3.3.0) --- updated-dependencies: - dependency-name: hiredis dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index b6a308fa..f8ccc551 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,7 +4,7 @@ django-redis-cache==3.0.1 raven==6.10.0 redis==3.5.3 gunicorn==20.1.0 -hiredis==2.0.0 +hiredis==3.3.0 sentry-sdk==1.5.12 gevent==25.9.1 greenlet==3.2.4