From 6ce53bf6d8e99079fb481f5e84c78a41c7475b1a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 Aug 2016 06:43:43 -0700 Subject: [PATCH] Update opbeat from 3.3.4 to 3.4.0 --- {{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 a674e32c..d5ed4cba 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven==5.25.0 {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat==3.3.4 +opbeat==3.4.0 {%- endif %}