From c2016fefd62a0d3bfd96bd3698e8b390712237cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 17:44:03 +0000 Subject: [PATCH] Update redis requirement from >=3.5.3,<6.0.0 to >=3.5.3,<7.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...v6.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.1.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 eedc162..d89f326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ include=[ [tool.poetry.dependencies] python = ">=3.8,<4.0" -redis = ">=3.5.3,<6.0.0" +redis = ">=3.5.3,<7.0.0" pydantic = ">=2.0.0,<3.0.0" click = "^8.0.1" types-redis = ">=3.5.9,<5.0.0"