Update opbeat from 3.5.3 to 3.6.0

This commit is contained in:
pyup-bot 2017-12-13 14:41:17 -08:00
parent d2dd265a99
commit 797f9d6e3e

View File

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