From bbfa0912d8bf7c55ea1292e093fa5ea82fe1fa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 00:02:46 +0000 Subject: [PATCH] Bump redis from 7.0.1 to 7.2.1 Bumps [redis](https://github.com/redis/redis-py) from 7.0.1 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.0.1...v7.2.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.2.1 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 ed84e8ae..d9ed72c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ pytest-aiohttp==1.1.0 pytest-cov==7.0.0 pytest-mock==3.15.1 pytest-sugar==1.1.1 -redis==7.0.1 +redis==7.2.1 yarl==1.22.0