From a073696e61cc1c82510c056720bd8af6ba7be45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 01:48:45 +0000 Subject: [PATCH] build(deps): bump redis from 7.4.0 to 8.0.0 in /client Bumps [redis](https://github.com/redis/redis-py) from 7.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/v7.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] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 5f5c26ed..2b960bc3 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.0 jsonschema==4.26.0 Werkzeug==3.1.7