From 304d02011a670a018356a4fec880ce13e86862be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 07:07:04 +0000 Subject: [PATCH] chore(deps): Bump redis from 5.1.0 to 7.1.0 Bumps [redis](https://github.com/redis/redis-py) from 5.1.0 to 7.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.1.0...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.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 4c45b72..02b8e47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pydantic-settings==2.5.0 httpx==0.27.2 # Redis for session management -redis==5.1.0 +redis==7.1.0 # SQLite async support for metrics aiosqlite>=0.19.0