From cfbf49f36b4d78e950d3899c1e601ae8604ae4da Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 2 Feb 2018 14:30:20 +0100 Subject: [PATCH] Update opbeat from 3.6.0 to 3.6.1 (#1473) --- {{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 d0d4b52f..26927029 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven==6.5.0 {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat==3.6.0 +opbeat==3.6.1 {%- endif %}