From b8aec0b3cf5d9c50ec1b133c258a4eb9a869f47e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 02:07:51 +0000 Subject: [PATCH] Update redis[hiredis] requirement from <7,>=5.2.1 to >=5.2.1,<8 Updates the requirements on [redis[hiredis]](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.2.1...v7.3.0) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 55f4a14..431f000 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ argon2-cffi>=25.1,<26 granian>=2.5,<3 openpyxl>=3.1.5,<3.2 psycopg[binary,pool]>=3.2.6,<3.3 -redis[hiredis]>=5.2.1,<7 +redis[hiredis]>=5.2.1,<8