From 500fff791b9a68305171958fc3bd5ab50506e7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:14:11 +0000 Subject: [PATCH] build(deps): bump redis from 5.0.1 to 7.4.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.4.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/v5.0.1...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.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 b13a7bf0..022794e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ python-Levenshtein==0.25.0 pytokens==0.1.10 pytz==2023.3.post1 rapidfuzz==3.6.1 -redis==5.0.1 +redis==7.4.0 ruff==0.14.9 six==1.16.0 SQLAlchemy==2.0.21