From e4f5428269e7775aa14080fa7345fa4412321535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 04:58:51 +0000 Subject: [PATCH] Update redis requirement from <6.0.0,>=4.3.3 to >=4.3.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/v4.3.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 d346869f..5972e6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ oauth = [ "httpx-oauth >=0.13" ] redis = [ - "redis >=4.3.3,<6.0.0", + "redis >=4.3.3,<7.0.0", ] [project.urls]