Update django-environ from 0.4.0 to 0.4.1 (#885)

This commit is contained in:
pyup.io bot 2016-11-14 11:52:45 +01:00 committed by Jannis Gebauer
parent 629ab3a956
commit 74e8296b8e

View File

@ -10,7 +10,7 @@ wheel==0.29.0
django==1.10.3
# Configuration
django-environ==0.4.0
django-environ==0.4.1
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.2.2
{%- endif %}