Update opbeat from 3.5.1 to 3.5.2

This commit is contained in:
pyup-bot 2016-12-21 05:24:06 -08:00
parent 8f1a6e20e4
commit b4f3694e96

View File

@ -35,5 +35,5 @@ raven==5.32.0
{% if cookiecutter.use_opbeat == "y" -%}
# Opbeat agent for performance monitoring
# -----------------------------------------
opbeat==3.5.1
opbeat==3.5.2
{%- endif %}