From 467c153ec71b24fbf96350fbc75450e78509441f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:02:57 +0000 Subject: [PATCH] build(deps): bump redis from 7.4.0 to 8.0.1 in /client Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.0.1. - [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.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 5f5c26ed..83eae021 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.4.0 +redis==8.0.1 jsonschema==4.26.0 Werkzeug==3.1.7