From 2fcaf557246b0968ef4b58b8f60a4fcb377631ac Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 15 Dec 2017 14:12:20 +0100 Subject: [PATCH] Update opbeat from 3.5.3 to 3.6.0 (#1404) --- {{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 01c46490..fd9d8122 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -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 %}