From 006d32b0edf51369e8dbdd9b11a8013213ad7ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Apr 2019 06:18:34 +0000 Subject: [PATCH] Bump django from 2.1.7 to 2.2 in /src/requirements Bumps [django](https://github.com/django/django) from 2.1.7 to 2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.7...2.2) 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 e5be48d8..839f2330 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,4 +1,4 @@ -Django==2.1.7 +Django==2.2 channels==2.1.7 channels-redis==2.3.2