From 46ba82076d72abf21c3a273eeb1c8e4e48c64e91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:25:52 +0000 Subject: [PATCH] deps(python): update redis requirement 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.4.0...v7.4.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.1 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 f86be69..769a612 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ gunicorn==23.0.0 eventlet==0.41.1 Flask-WTF==1.3.0 dnspython==2.8.0 -redis>=6.4.0,<7.0.0 +redis>=7.4.1,<8.0.0