From e5b9ce52e1d4e8d9c6050613ec188879455e48b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 00:11:11 +0000 Subject: [PATCH] chore(deps): bump redis from 7.0.1 to 7.1.0 Bumps [redis](https://github.com/redis/redis-py) from 7.0.1 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/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.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 3571914fb2..6af9f36f0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -222,7 +222,7 @@ pytz==2022.1 # django # django-postmark # google-api-core -redis==7.0.1 +redis==7.1.0 # via # -r requirements.in # django-redis