From 54feb6dd8c3a7e389bc37e60cd08545e82d0eab8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 14 Jun 2016 08:47:21 -0700 Subject: [PATCH] Pin opbeat to latest version 3.3.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 2db9d267..e73f4570 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -35,5 +35,5 @@ raven {% if cookiecutter.use_opbeat == "y" -%} # Opbeat agent for performance monitoring # ----------------------------------------- -opbeat +opbeat==3.3.3 {%- endif %}