From e58bb28d3968034e246de0921a0bfbebc7f1c895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 03:57:24 +0000 Subject: [PATCH] build(deps): bump redis from 6.2.0 to 6.4.0 Bumps [redis](https://github.com/redis/redis-py) from 6.2.0 to 6.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/v6.2.0...v6.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..f8d0ba3 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==6.4.0 requests==2.32.4 urllib3==2.4.0 websockets==15.0.1 \ No newline at end of file