From 6d32dc569c0a760e04b9b8a2c678ff6449dfa0e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 2 May 2019 06:55:46 +0000 Subject: [PATCH] Bump django from 2.2 to 2.2.1 in /src/requirements Bumps [django](https://github.com/django/django) from 2.2 to 2.2.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.1) 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 e361c9ab..1f339476 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,4 +1,4 @@ -Django==2.2 +Django==2.2.1 channels==2.1.7 channels-redis==2.3.2