From 61ea309da709d2da6fee72e3210b883c048df3b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 17 Feb 2017 15:04:46 -0800 Subject: [PATCH] Update raven from 5.32.0 to 6.0.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 38ddb2220..498a11084 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.8 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==5.32.0 +raven==6.0.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}