From 20a08a48003ee18a96763d15c9db814c589f32e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:26:45 +0000 Subject: [PATCH] Update redis[hiredis] requirement from <7,>=5.2 to >=5.2,<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.0...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 a6c4d29..b8f5889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ argon2-cffi>=23.1,<26 granian>=2.2,<3 openpyxl==3.1.5 psycopg[binary,pool]>=3.2,<4 -redis[hiredis]>=5.2,<7 +redis[hiredis]>=5.2,<8