From c88075c6590b6a7f4f98c01493e1846cd11e3ef8 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 12 May 2018 05:15:21 -0700 Subject: [PATCH] Update raven from 6.7.0 to 6.8.0 --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index 953388495..e36dc78a2 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 Collectfast==0.6.2 # https://github.com/antonagestam/collectfast {%- endif %} {%- if cookiecutter.use_sentry == "y" %} -raven==6.7.0 # https://github.com/getsentry/raven-python +raven==6.8.0 # https://github.com/getsentry/raven-python {%- endif %} # Django