Update whitenoise from 3.2.1 to 3.2.2

This commit is contained in:
pyup-bot 2016-09-26 15:46:57 -07:00
parent d8957877df
commit 46adc439e3

View File

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