From 6ec8583f602d4d75e400b2e5afc02e2ae4ab0c7d Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 16 Nov 2016 09:32:44 +0100 Subject: [PATCH] Update raven from 5.31.0 to 5.32.0 (#889) --- {{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 57a0d0ed..a8fbf468 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" -%}