From c9ecf3b41fefcfb682ee31281fa3742bfd35d8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:11:37 +0000 Subject: [PATCH] Bump redis from 7.2.0 to 7.2.1 Bumps [redis](https://github.com/redis/redis-py) from 7.2.0 to 7.2.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.2.0...v7.2.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-optional.txt b/requirements-optional.txt index f44f5624233..b2c93fedd41 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -1,6 +1,6 @@ # For running tests and checking code quality using these modules. pytest-cov==7.0.0 -redis==7.2.0 +redis==7.2.1 pre-commit==4.5.1 ruff==0.15.2