Merge pull request #868 from brentpayne/master

update raven to version 5.31.0 to avoid runtime crash in py3.5
This commit is contained in:
Fábio C. Barrionuevo da Luz 2016-10-26 22:15:01 -03:00 committed by GitHub
commit 6a3641f9c5
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@ Listed in alphabetical order.
Benjamin Abel Benjamin Abel
Bo Lopker `@blopker`_ Bo Lopker `@blopker`_
Bouke Haarsma Bouke Haarsma
Brent Payne `@brentpayne`_ @brentpayne
Burhan Khalid `@burhan`_ @burhan Burhan Khalid `@burhan`_ @burhan
Catherine Devlin `@catherinedevlin`_ Catherine Devlin `@catherinedevlin`_
Cédric Gaspoz `@cgaspoz`_ Cédric Gaspoz `@cgaspoz`_

View File

@ -29,7 +29,7 @@ django-anymail==0.5
{% if cookiecutter.use_sentry_for_error_reporting == "y" -%} {% if cookiecutter.use_sentry_for_error_reporting == "y" -%}
# Raven is the Sentry client # Raven is the Sentry client
# -------------------------- # --------------------------
raven==5.30.0 raven==5.31.0
{%- endif %} {%- endif %}
{% if cookiecutter.use_opbeat == "y" -%} {% if cookiecutter.use_opbeat == "y" -%}