From ff067ff31d6872dcbc5290ce5069cc53f10ffdc9 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:54:07 +0100 Subject: [PATCH] Update whitenoise from 3.2.2 to 3.2.3 (#978) --- {{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 1c05ad8a..8eb18752 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -12,7 +12,7 @@ django==1.10.4 # Configuration django-environ==0.4.1 {% if cookiecutter.use_whitenoise == 'y' -%} -whitenoise==3.2.2 +whitenoise==3.2.3 {%- endif %}