From 4a0b9dfdf6b557758681bf55a06522c91a73cb54 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 19 Jan 2018 07:39:35 -0800 Subject: [PATCH] Update raven from 6.4.0 to 6.5.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 79a0cf2bb..e880c9d39 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==1.2 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==6.4.0 +raven==6.5.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}