From 415b71d68cf8a5ccb7f119d56c252826b3995d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 05:01:40 +0000 Subject: [PATCH] Update redis requirement from <=4.6.0 to <=5.0.2 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.2) --- 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 916cbbd..cf760e4 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.2", "sqlalchemy >= 1.4.49, < 3.0.0", "structlog >= 20.2.0, < 24.0.0", "colorama >= 0.4.4, < 1.0.0",