Update django-webpack-loader from 0.3.0 to 0.3.2

This commit is contained in:
pyup-bot 2016-07-24 03:09:55 -07:00
parent fc20db3ed6
commit d1e47406d4

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.2
{%- endif %}
# Your custom requirements go here