Merge pull request #1342 from pydanny/pyup-update-whitenoise-3.3.0-to-3.3.1

Update whitenoise to 3.3.1
This commit is contained in:
Fábio C. Barrionuevo da Luz 2017-09-26 08:06:51 -03:00 committed by GitHub
commit 427ffa0030

View File

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