Update django-webpack-loader from 0.3.0 to 0.3.1

This commit is contained in:
pyup-bot 2016-07-24 02:39:54 -07:00
parent fc20db3ed6
commit d16b26f030

View File

@ -60,7 +60,7 @@ django_compressor==2.0
{% if cookiecutter.js_task_runner == 'Webpack' -%}
# Webpack
django-webpack-loader==0.3.0
django-webpack-loader==0.3.1
{%- endif %}
# Your custom requirements go here