From d7060c6d317e31b723d65cccecebcaedbe0d7645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:14:51 +0000 Subject: [PATCH] Update redis requirement from <=4.6.0 to <=5.0.4 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/2.4.6...v5.0.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5147ac5..2ccb19e 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "banal >= 1.0.6, < 2.0.0", "normality >= 2.4.0, < 3.0.0", "fakeredis >= 2.11.2, < 3.0.0", - "redis <= 4.6.0", + "redis <= 5.0.4", "sqlalchemy >= 1.4.49, < 3.0.0", "structlog >= 20.2.0, < 25.0.0", "colorama >= 0.4.4, < 1.0.0",