From 0141865af7128b0beffc5b86441576ba1bbfc9bc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 26 Jan 2017 14:43:35 -0800 Subject: [PATCH] Update whitenoise from 3.2.3 to 3.3.0 --- {{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 c32a03241..c414136f3 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -12,7 +12,7 @@ django==1.10.5 # Configuration django-environ==0.4.1 {% if cookiecutter.use_whitenoise == 'y' -%} -whitenoise==3.2.3 +whitenoise==3.3.0 {%- endif %}