From 8147f1df4705eb90c1d2eb3f7b4ec98c0ffc04c9 Mon Sep 17 00:00:00 2001 From: Brent Payne Date: Wed, 26 Oct 2016 17:47:33 -0700 Subject: [PATCH] update raven to version 5.31.0 to avoid runtime error caused by SentryMiddleware when running django wsgi with gunicorn in python 3.5 --- CONTRIBUTORS.rst | 1 + {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 0611babf..3a068e31 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -58,6 +58,7 @@ Listed in alphabetical order. Benjamin Abel Bo Lopker `@blopker`_ Bouke Haarsma + Brent Payne `@brentpayne`_ @brentpayne Burhan Khalid `@burhan`_ @burhan Catherine Devlin `@catherinedevlin`_ Cédric Gaspoz `@cgaspoz`_ diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index b4d14fb5..ae788f2f 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.30.0 +raven==5.31.0 {%- endif %} {% if cookiecutter.use_opbeat == "y" -%}