From 4bca2a4afce6821177b5d3b1613ec8ebb020b901 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 29 Oct 2017 14:19:40 -0700 Subject: [PATCH] Update raven from 6.2.1 to 6.3.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 5597d4da4..30ba6b9d6 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" -%}