From 9c3658006a8853a1f3df914ac25bf3487a133fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:29:25 +0000 Subject: [PATCH] deps-dev: update redis requirement from <7,>=5.0.7 to >=5.0.7,<9 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.7...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.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 e3d85af..b6f5269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ snowflakekit = [ "snowflakekit>=0.1.1,<1.0", ] redis = [ - "redis>=5.0.7,<7", + "redis>=5.0.7,<9", ] jwt = [ "PyJWT>=2.8,<3",