From 765764a4a2dfba1cafd2c52a3a9d2de49945e713 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 May 2017 15:02:53 -0700 Subject: [PATCH] Update raven from 6.0.0 to 6.1.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 29753581..d1ff5c32 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.10 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==6.0.0 +raven==6.1.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}