From 1e8f1c616410c773f36c10cf9767b489c7598298 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 16 Jun 2019 11:45:46 +0000 Subject: [PATCH] Bump channels from 2.1.7 to 2.2.0 in /src/requirements Bumps [channels](https://github.com/django/channels) from 2.1.7 to 2.2.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.1.7...2.2.0) Signed-off-by: dependabot[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 46b04afd..d08d5008 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,5 +1,5 @@ Django==2.2.2 -channels==2.1.7 +channels==2.2.0 channels-redis==2.3.2 commonmark==0.9.0