From 3194784b083184ada9da8dcc8fd94f7c6aaaca34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 12:32:43 +0000 Subject: [PATCH] chore(deps): bump redis from 7.1.0 to 7.1.1 Bumps [redis](https://github.com/redis/redis-py) from 7.1.0 to 7.1.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.1.0...v7.1.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd830d89307..7d436acdfe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ Pillow==12.1.0 # required by django-imagekit psycopg[c]==3.3.2 cryptography==46.0.4 python-dateutil==2.9.0.post0 -redis==7.1.0 +redis==7.1.1 requests==2.32.5 sqlalchemy==2.0.46 # Required by Celery broker transport urllib3==2.6.3