From d3c9a94115f86f71e92663bbe1416c2b952d009b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 03:13:58 +0000 Subject: [PATCH] Update redis requirement from >=3.5.3,<5.0.0 to >=3.5.3,<6.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/3.5.3...v5.0.0) --- updated-dependencies: - dependency-name: redis 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 a9973b3d..c3ff269a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ include=[ [tool.poetry.dependencies] python = ">=3.7,<4.0" -redis = ">=3.5.3,<5.0.0" +redis = ">=3.5.3,<6.0.0" pydantic = ">=1.10.2,<2.1.0" click = "^8.0.1" types-redis = ">=3.5.9,<5.0.0"