From 6eb3776d70a032f065b5ebcb644f26f20f09fec5 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 20 Oct 2016 17:08:33 +0200 Subject: [PATCH] Update raven from 5.29.0 to 5.30.0 (#859) --- {{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 b00ec5ee..b4d14fb5 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.5 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven==5.29.0 +raven==5.30.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}