From 015a3c4262be5c123ac764f897e509327ceba4f0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 13 Oct 2017 07:24:15 -0700 Subject: [PATCH] Update opbeat from 3.5.2 to 3.5.3 --- {{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 e6496cb22..751236f47 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven==6.2.1 {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat==3.5.2 +opbeat==3.5.3 {%- endif %}