From e3a59a1dc312b5f46f62c764b4103fe5aa2e8105 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 18 Apr 2018 08:32:34 -0500 Subject: [PATCH] Update raven from 6.6.0 to 6.7.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 9510666a5..3dcb56628 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -10,7 +10,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.6.0 # https://github.com/getsentry/raven-python +raven==6.7.0 # https://github.com/getsentry/raven-python {%- endif %} # Django