update raven to version 5.31.0 to avoid runtime error caused by SentryMiddleware when running django wsgi with gunicorn in python 3.5

This commit is contained in:
Brent Payne 2016-10-26 17:47:33 -07:00
parent 1d13b1915d
commit 8147f1df47
2 changed files with 2 additions and 1 deletions

View File

@ -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`_

View File

@ -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" -%}