From 7b229234a8a90bc4633320c87660343d94736596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 07:15:37 +0000 Subject: [PATCH] chore(deps): Bump redis from 7.1.0 to 7.2.0 Bumps [redis](https://github.com/redis/redis-py) from 7.1.0 to 7.2.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.1.0...v7.2.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.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 920388b..c0c756e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pydantic-settings==2.12.0 httpx==0.28.1 # Redis for session management -redis==7.1.0 +redis==7.2.0 # SQLite async support for metrics aiosqlite>=0.19.0