From 745d716bded3f77cc73620a0cf96097834f04505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:45:56 +0000 Subject: [PATCH] build(deps): bump redis from 7.4.0 to 8.0.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc60a83..5ab95e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ aiomysql==0.3.2 psutil==7.2.2 # Redis integration (optional) -redis==7.4.0 +redis==8.0.0 # REPL/Tinker functionality IPython==9.13.0