From 26f5659e560da7e3ab9029ca2d66893d7e024c15 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 21 Aug 2017 13:59:34 +0200 Subject: [PATCH] Update django-environ from 0.4.3 to 0.4.4 (#1289) --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 038a7e83..c3258623 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -9,7 +9,7 @@ wheel==0.29.0 django==1.10.7 # pyup: >=1.10,<1.11 # Configuration -django-environ==0.4.3 +django-environ==0.4.4 {% if cookiecutter.use_whitenoise == 'y' -%} whitenoise==3.3.0 {%- endif %}