Update whitenoise from 3.2.3 to 3.3.0

This commit is contained in:
pyup-bot 2017-01-26 14:43:35 -08:00
parent 515e55c5ab
commit 0141865af7

View File

@ -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 %}