Update whitenoise from 3.3.0 to 3.3.1

This commit is contained in:
pyup-bot 2017-09-23 11:47:41 -07:00
parent 4f727fac7c
commit ee0d52fd97

View File

@ -11,7 +11,7 @@ django==1.10.8 # pyup: >=1.10,<1.11
# Configuration # Configuration
django-environ==0.4.4 django-environ==0.4.4
{% if cookiecutter.use_whitenoise == 'y' -%} {% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.3.0 whitenoise==3.3.1
{%- endif %} {%- endif %}