From ab4feaab4db659b116075fcdbefb545e782f759a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 00:24:07 +0000 Subject: [PATCH] chore(deps): bump redis from 7.4.0 to 8.0.1 Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.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/v7.4.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.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 b0a1149..8143e6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,7 +55,7 @@ python-dateutil==2.9.0.post0 python-dotenv==1.2.2 python-engineio==4.13.1 python-socketio==5.16.1 -redis==7.4.0 +redis==8.0.1 requests==2.33.1 rich==14.3.3 ruff==0.15.19