Merge pull request #730 from pydanny/pyup-update-whitenoise-3.2-to-3.2.1

Update whitenoise to 3.2.1
This commit is contained in:
Jannis Gebauer 2016-08-11 14:30:09 +02:00 committed by GitHub
commit 31c9efebe4

View File

@ -12,7 +12,7 @@ django==1.9.8
# Configuration
django-environ==0.4.0
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.2
whitenoise==3.2.1
{%- endif %}