From 6afd0c12810d42fe5e02c626efceba1eacffb7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:59:44 +0000 Subject: [PATCH] Update redis requirement from <8.0.0,>=4.2.0 to >=4.2.0,<9.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/v4.2.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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 e365f454..32a2a2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python", ] dependencies = [ - "redis>=4.2.0,<8.0.0", + "redis>=4.2.0,<9.0.0", "pydantic>=2.0.0,<3.0.0", "click>=8.0.1", "types-redis>=3.5.9,<5.0.0",