From b718911012bada5f76cf15045c8cf6e8b5e4dc3b Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 31 Oct 2017 10:26:40 +0100 Subject: [PATCH] Update raven from 6.2.1 to 6.3.0 (#1378) --- {{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 5597d4da..30ba6b9d 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==1.1 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==6.2.1 +raven==6.3.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}