From f3ee2eefde192f1471b1d2c6137e8c4f852bfbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:11:21 +0000 Subject: [PATCH] build(deps): bump redis from 6.2.0 to 7.0.1 Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 7.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/v6.2.0...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 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 59568d5..e2e12de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi==2025.4.26 charset-normalizer==3.4.1 idna==3.10 psycopg2-binary==2.9.10 -redis==6.2.0 +redis==7.0.1 requests==2.32.4 urllib3==2.4.0 websockets==15.0.1 \ No newline at end of file