From 4f1534e2507b3eb69f45454b1a0dceda4f315e75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 16:52:51 +0000 Subject: [PATCH] Update redis requirement from <5.3.0,>=5.0.0 to >=5.0.0,<7.1.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/v5.0.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf7510d..414455d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ cli = [ "pydantic-settings>=2.4.0", "selenium>=4.28.0,<5.0", "textual>=0.80.0", - "redis>=5.0.0,<5.3.0", + "redis>=5.0.0,<7.1.0", "winacl==0.1.9", ]