From 4c124a978d6b3a381430a3284ae6cc0c496f2aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Fri, 31 Aug 2018 11:41:49 +0200 Subject: [PATCH] Upgrade django to newest bugfix version https://docs.djangoproject.com/en/2.1/releases/2.1.1/ --- 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 afc168f2..ca6cb81f 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -1,4 +1,4 @@ -Django==2.1 +Django==2.1.1 channels==2.1.2 channels_redis==2.2.1