Merge pull request #619 from pydanny/pyup-pin-raven-5.20.0

Pin raven to latest version 5.20.0
This commit is contained in:
Jannis Gebauer 2016-06-14 17:50:51 +02:00 committed by GitHub
commit 8a5851c2ed

View File

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