From cb2c6e540379a5f8d6b0bfd0adcb34d68dcce0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 09:36:56 +0000 Subject: [PATCH] build(deps): bump redis from 5.2.1 to 8.1.0 Bumps [redis](https://github.com/redis/redis-py) from 5.2.1 to 8.1.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/v5.2.1...v8.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.1.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 ea58ffe..54a8dc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pytest==8.3.5 pytest-asyncio==0.25.3 python-dotenv==1.2.2 PyYAML==6.0.3 -redis==5.2.1 +redis==8.1.0 sortedcontainers==2.4.0 starlette==1.4.1 typing-inspection==0.4.2