From 067e40d0983963bae631e3a36261d943bff9c3bd Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Wed, 4 Jan 2017 13:53:27 +0100 Subject: [PATCH] Update django-anymail from 0.6.1 to 0.7 (#970) --- {{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 f1e8da9f..f0d81fc3 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -24,7 +24,7 @@ Collectfast==0.4.1 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.6.1 +django-anymail==0.7 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client