From 64dbb89d9f23654f38c9b4a21c102cdb828f9437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:16:12 +0000 Subject: [PATCH] Bump redis from 6.4.0 to 8.0.0 Bumps [redis](https://github.com/redis/redis-py) from 6.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/v6.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 3efc417..9f09dc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ rapidfuzz==3.14.5 Jinja2==3.1.6 psutil==5.9.2 sentry-sdk==2.61.1 -redis==6.4.0 +redis==8.0.0 typing_extensions==4.12.2