From d04c23654319d18d353a8ae962f72aeefcf9ff53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:11:51 +0000 Subject: [PATCH] Bump redis from 4.4.4 to 7.2.0 Bumps [redis](https://github.com/redis/redis-py) from 4.4.4 to 7.2.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/v4.4.4...v7.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.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 7b70fd5..f019f80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ Flask-SQLAlchemy-Cache==0.1.5 Flask-Migrate==4.1.0 # Caching -redis==4.4.4 +redis==7.2.0 # Job Queue Flask-RQ2==18.3