From 1c83f99c4f02a5d5528c92e976d978a74ae310eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:10:26 +0000 Subject: [PATCH] fix: bump redis from 6.4.0 to 7.0.0 Bumps [redis](https://github.com/redis/redis-py) from 6.4.0 to 7.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/v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.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 419f01d..122d4f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple pika==1.3.2 -redis==6.4.0 +redis==7.0.0 simplejson==3.20.2 flask==3.1.2 pyyaml==6.0.3