From 60ec43a84ce07c2b2ae80a1e16849c46d6253065 Mon Sep 17 00:00:00 2001 From: noraiz-anwar Date: Tue, 19 Sep 2017 12:40:16 +0500 Subject: [PATCH] upgrade django from 1.11.2 to 1.11.5 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 090d294db..01d556e04 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,6 +1,6 @@ awesome-slugify==1.6.5 # GPLv3 bpython==0.16 # MIT License -Django==1.11.2 # BSD License +Django==1.11.5 # BSD License django-appconf==1.0.2 django-braces==1.11.0 # BSD django-countries==4.5 # MIT