From 7b4da66c4d8d47259d89e38937771f614a8f779e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 05:55:09 +0000 Subject: [PATCH] Update redis requirement in the python-updates group Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. Updates `redis` to 8.0.0 - [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/v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:development dependency-group: python-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45bb84e22..fbb96f22d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -209,7 +209,7 @@ gxx_linux-64 = ">=15.2.0,<16" extra = [ "pyenchant>=3.2.2", "enchant>=0.0.1,<0.0.2", - "redis>=7.1.0,<8", + "redis>=7.1.0,<9", "surmise>=0.3.0,<0.4", "optimas @ git+https://github.com/optimas-org/optimas@multitask_uses_id", ]