From d694c3b0653608cfc4fd0121a2481f5b5857352f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 00:41:27 +0000 Subject: [PATCH] build(deps): Update redis requirement from >=7.4.0 to >=8.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/v7.4.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.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 c2c1ba2..18f8259 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ python-multipart>=0.0.29 python-whois pyyaml>=6.0.3 PySocks -redis>=7.4.0 +redis>=8.0.0 requests>=2.34.2 simplejson>=4.1.1 slowapi