From 083fda552f59c16aa9c25709a5e4c0aaf3254a13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 15 Nov 2016 10:33:00 -0800 Subject: [PATCH] Update raven from 5.31.0 to 5.32.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 57a0d0ed7..a8fbf4682 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.6.1 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==5.31.0 +raven==5.32.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}