From 8438d90d921b0612e594cd93f079c0bd1de0813d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:32:23 +0000 Subject: [PATCH] Bump channels-redis from 4.2.0 to 4.2.1 in /requirements Bumps [channels-redis](https://github.com/django/channels_redis) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/django/channels_redis/blob/main/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: channels-redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index db5ce7dc..7600f2a5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -26,7 +26,7 @@ channels[daphne]==4.1.0 # https://github.com/django/daphne daphne==4.1.2 # https://github.com/django/channels_redis -channels_redis==4.2.0 +channels_redis==4.2.1 # https://github.com/joke2k/django-environ django-environ==0.11.2 # https://github.com/pennersr/django-allauth