From 3e29bd1b693b1a5491cf7e15d4dc9eda91cda74a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 07:44:23 +0000 Subject: [PATCH] chore(deps): 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 4f9afa0b..ef38b92c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-admin-relation-links==0.2.5 django-celery-beat==2.8.1 django-celery-results==2.6.0 django-model-utils==5.0.0 -django-redis==5.4.0 +django-redis==6.0.0 djangorestframework==3.16.0 channels==4.2.2 channels-redis==4.2.1