From 873c4a0414636852086e6fdaea7f2ab423321237 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 21 Aug 2017 04:51:47 -0700 Subject: [PATCH] Update django-environ from 0.4.3 to 0.4.4 --- {{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 038a7e831..c3258623f 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 %}