Update whitenoise from 3.2.2 to 3.2.3

This commit is contained in:
pyup-bot 2017-01-04 04:48:40 -08:00
parent 79371f4b00
commit 03ecf0658f

View File

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