From be42845743e52f3708f6cc12e48a29685ce969ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 May 2018 15:21:59 -0700 Subject: [PATCH] Update raven from 6.8.0 to 6.9.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 9ddb7d15f..59a028a14 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.8.0 # https://github.com/getsentry/raven-python +raven==6.9.0 # https://github.com/getsentry/raven-python {%- endif %} # Django