From 3d23787ce0fe8ec82ed4ec43c7ea0d62a61044f7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 14 Jun 2016 08:47:30 -0700 Subject: [PATCH] Pin raven to latest version 5.20.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 2db9d267..5bc678c7 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -29,7 +29,7 @@ django-anymail==0.3.1 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client # -------------------------- -raven +raven==5.20.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}