Update django-compressor from 2.1.1 to 2.2

This commit is contained in:
pyup-bot 2017-08-16 13:27:40 -07:00
parent 6e9537d987
commit b0c0c18fc9

View File

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