From 8bbfee78145b7c5ecb4a2fa00feccd47f977914e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:40:19 +0000 Subject: [PATCH] [UPDATE] Update redis requirement from <8.0.0,>=5.3.0 to >=7.4.0,<8.0.0 Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.3.0...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdcba07c..ad9b5e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "django-honeypot>=1.3.0,<2", "pydantic-extra-types>=2.11.0,<3.0.0", "ical>=11.1.0,<12", - "redis[hiredis]>=5.3.0,<8.0.0", + "redis[hiredis]>=7.4.0,<8.0.0", "environs[django]>=14.5.0,<15.0.0", "requests>=2.32.5,<3.0.0", "honcho>=2.0.0",