From 356a31806f21eff1caf883eea926d5f7e9b4f48e Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 13 Dec 2017 13:25:05 +0100 Subject: [PATCH] Update raven from 6.3.0 to 6.4.0 (#1402) --- {{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 4ba9d6e0..4b01929b 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.3.0 +raven==6.4.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}