From 5ce00085d2defdce563f58c08abb1b67a87b095a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 23 Aug 2016 15:49:30 -0700 Subject: [PATCH] Update raven from 5.24.3 to 5.25.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 9538e8be..a674e32c 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.4.2 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==5.24.3 +raven==5.25.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}