mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Merge pull request #672 from pydanny/pyup-update-raven-5.22.0-to-5.23.0
Update raven to 5.23.0
This commit is contained in:
commit
50125f1c44
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ django-anymail==0.4.2
|
|||
{% if cookiecutter.use_sentry_for_error_reporting == "y" -%}
|
||||
# Raven is the Sentry client
|
||||
# --------------------------
|
||||
raven==5.22.0
|
||||
raven==5.23.0
|
||||
{%- endif %}
|
||||
|
||||
{% if cookiecutter.use_opbeat == "y" -%}
|
||||
|
|
|
|||
Loading…
Reference in a new issue