From 16dd3c498aa3af1553e5437df1e95a61654898c0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 2 Nov 2016 12:20:40 -0700 Subject: [PATCH] Update opbeat from 3.5.0 to 3.5.1 --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 4c94e3c4..85e64a0c 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven==5.31.0 {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat==3.5.0 +opbeat==3.5.1 {%- endif %}