From 46adc439e3a0814cecd76db5ab3da902c2ccef40 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 26 Sep 2016 15:46:57 -0700 Subject: [PATCH] Update whitenoise from 3.2.1 to 3.2.2 --- {{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 fcc10ba24..dc2417670 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -12,7 +12,7 @@ django==1.9.9 # Configuration django-environ==0.4.0 {% if cookiecutter.use_whitenoise == 'y' -%} -whitenoise==3.2.1 +whitenoise==3.2.2 {%- endif %}