From 4ef56be3d93152299d21d06c32d4315d8a1d5091 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 16 Jun 2016 12:26:32 -0700 Subject: [PATCH] Update raven from 5.20.0 to 5.21.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 953da0af0..47951989b 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.3.1 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==5.20.0 +raven==5.21.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}