From 2ebfafb1b7eeeabf9dd91c6326a75bb4fc62a5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 23:07:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20redis=20requirement=20from?= =?UTF-8?q?=20<9.0.0,>=3D6.0.0=20to=20>=3D8.1.0,<9.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/v6.0.0...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.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 99d2d32..2bb6662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "croniter>=6.0.0", "pydantic>=2.1.1", - "redis>=6.0.0,<9.0.0", + "redis>=8.1.0,<9.0.0", "tomli>=2.0.0; python_version < '3.11'", "typer>=0.19.0", ]