From dfef11cda8e56b7d3014d5480e37875ccf8de2ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:43:41 +0000 Subject: [PATCH] Bump redis from 7.4.0 to 8.0.0 Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1bc9577..4cd749f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ python-dateutil==2.9.0.post0 python-dotenv==1.2.2 PyYAML==6.0.3 requests==2.34.2 -redis==7.4.0 +redis==8.0.0 requests-toolbelt==1.0.0 pytz==2026.2 ruff==0.15.13