From 2e78866cf2bf5fc47b7efd1dca47975b1807bcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:24:57 +0000 Subject: [PATCH] chore(deps): bump redis from 7.4.0 to 8.0.0 Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.0.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.4.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f7fd82770e..a45bbf64fd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ Pillow==12.2.0 # required by django-imagekit psycopg[c]==3.3.4 cryptography==46.0.7 python-dateutil==2.9.0.post0 -redis==7.4.0 +redis==8.0.0 requests==2.34.2 sqlalchemy==2.0.49 # Required by Celery broker transport urllib3==2.7.0