From 552824d07ba68218e7e0bf5bb862b13aac99ae74 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 28 Jun 2016 02:09:40 +0800 Subject: [PATCH] Update opbeat from 3.3.3 to 3.3.4 --- {{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 fadf02d1..86fae50f 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven==5.21.0 {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat==3.3.3 +opbeat==3.3.4 {%- endif %}