From b09663cc5bd0eaca65f7a51b8ec27c45e90f2f36 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 3 Dec 2018 23:56:27 +0545 Subject: [PATCH] Update django from 2.1.3 to 2.1.4 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b68c4738..d35c424c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -Django==2.1.3; python_version >= '3.4' +Django==2.1.4; python_version >= '3.4' Django==1.11.15; python_version < '3.0' # pyup: ignore djangorestframework==3.9.0 django-filter==2.0.0; python_version >= '3.4' -- 2.47.3