From b4f3694e96412c93a5b302cdd2aea4af39b173f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 21 Dec 2016 05:24:06 -0800 Subject: [PATCH] Update opbeat from 3.5.1 to 3.5.2 --- {{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 f169523b7..81f9a31f8 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -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 %}