From 5fb50f96a5d6120b1145f3f52a78407b018ea97f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 8 Mar 2018 18:54:31 -0500 Subject: [PATCH] Update django-anymail from 1.4 to 2.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 351c46cef..416491674 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -24,7 +24,7 @@ Collectfast==0.6.0 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==1.4 +django-anymail==2.0 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client