Update django-compressor from 2.1 to 2.1.1 (#1015)

This commit is contained in:
pyup.io bot 2017-02-02 14:47:27 +01:00 committed by Jannis Gebauer
parent 9be889a901
commit ce27703731

View File

@ -54,7 +54,7 @@ celery==3.1.24
{% if cookiecutter.use_compressor == "y" %}
rcssmin==1.0.6 {% if cookiecutter.windows == 'y' %}--install-option="--without-c-extensions"{% endif %}
django-compressor==2.1
django-compressor==2.1.1
{% endif %}
# Your custom requirements go here