From 893ad6044f0dd029f12ea24b3e2ca5054798e3ee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 19 Sep 2016 08:57:52 -0700 Subject: [PATCH] Update raven from 5.27.0 to 5.27.1 --- {{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 247bbb33c..be1da20a7 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.4.2 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==5.27.0 +raven==5.27.1 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}