From edae0854bf899238e37d088bfc671e73ababbd89 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 18 Apr 2018 16:56:29 +0200 Subject: [PATCH] Update raven from 6.6.0 to 6.7.0 (#1614) --- {{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 9510666a..3dcb5662 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