From 1185b29d87020c6a97c73d482b5aefca9b6dac52 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 18:44:26 +0000 Subject: [PATCH] Bump channels from 2.3.1 to 2.4.0 in /src/requirements Bumps [channels](https://github.com/django/channels) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/django/channels/releases) - [Changelog](https://github.com/django/channels/blob/master/CHANGELOG.txt) - [Commits](https://github.com/django/channels/compare/2.3.1...2.4.0) 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 2479cd8d..b63a60bd 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,5 +1,5 @@ Django==2.2.8 # 3.0 is waiting for graphene-django -channels==2.3.1 +channels==2.4.0 channels-redis==2.4.1