mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-13 01:30:57 +00:00
Update raven from 5.32.0 to 6.0.0 (#1041)
This commit is contained in:
parent
a0efe83901
commit
b3896c4f75
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ django-anymail==0.8
|
|||
{% if cookiecutter.use_sentry_for_error_reporting == "y" -%}
|
||||
# Raven is the Sentry client
|
||||
# --------------------------
|
||||
raven==5.32.0
|
||||
raven==6.0.0
|
||||
{%- endif %}
|
||||
|
||||
{% if cookiecutter.use_opbeat == "y" -%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue