From 54486b6c3295b13b95f822e644a42cb41ce5cafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:46:07 +0000 Subject: [PATCH] Bump django-redis from 5.4.0 to 6.0.0 Bumps [django-redis](https://github.com/jazzband/django-redis) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/jazzband/django-redis/releases) - [Changelog](https://github.com/jazzband/django-redis/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jazzband/django-redis/compare/5.4.0...6.0.0) --- updated-dependencies: - dependency-name: django-redis dependency-version: 6.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 4dfbf872..2bcda6c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ celery[redis]==5.4.0 celery_once==3.0.1 git+https://github.com/snyaggarwal/flower # use until https://github.com/mher/flower/issues/1231 issue is resolved redis==5.2.1 -django-redis==5.4.0 # needed for redis sentinel support +django-redis==6.0.0 # needed for redis sentinel support kombu==5.4.2 django-elasticsearch-dsl==8.0 drf-yasg==1.21.15