mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04:01 +03:00
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:
commit
6a3641f9c5
|
@ -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`_
|
||||
|
|
|
@ -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" -%}
|
||||
|
|
Loading…
Reference in New Issue
Block a user