From 93c965d0201961164249d9a38d39e09729de5c90 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 22 Sep 2017 17:02:08 +0200 Subject: [PATCH] Update raven from 6.1.0 to 6.2.0 (#1340) --- {{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 11096db6..f737e218 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==1.0 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==6.1.0 +raven==6.2.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}