From 7b09696667b2d78ab15a37b6a01b9fa654b2209e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 15:30:57 +0000 Subject: [PATCH] Update redis requirement from >=2.10.5,<3.0.0 to >=2.10.5,<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/2.10.5...v5.0.1) --- 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 8566c70..4aeaaa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test-filesource = ["pyyaml", "watchdog"] [tool.poetry.group.dev.dependencies] mock = ">=2.0.0" pytest = ">=2.8" -redis = ">=2.10.5,<3.0.0" +redis = ">=2.10.5,<6.0.0" boto3 = ">=1.9.71,<2.0.0" coverage = ">=4.4" jsonpickle = ">1.4.1"