From 14d1ec40df2f008e6ba5b0b4d909b35000795a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 13:40:53 +0000 Subject: [PATCH] build(deps): bump redis from 7.2.1 to 7.4.0 in /client Bumps [redis](https://github.com/redis/redis-py) from 7.2.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/v7.2.1...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 3906eb23..f9c52a91 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.3 python-dotenv==1.2.2 rq==2.7.0 -redis==7.2.1 +redis==7.4.0 jsonschema==4.26.0 Werkzeug==3.1.6