From 76dc557e5bc6742a0a917800c745f3ffbf742cf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 05:26:53 +0000 Subject: [PATCH] Bump channels-redis from 2.4.1 to 2.4.2 in /src/requirements Bumps [channels-redis](https://github.com/django/channels_redis) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/django/channels_redis/releases) - [Changelog](https://github.com/django/channels_redis/blob/master/CHANGELOG.txt) - [Commits](https://github.com/django/channels_redis/compare/2.4.1...2.4.2) Signed-off-by: dependabot-preview[bot] --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index 64992281..4f294769 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,6 +1,6 @@ Django==3.0.3 channels==2.4.0 -channels-redis==2.4.1 +channels-redis==2.4.2 asyncio==3.4.3