From 4a81b8577d94ea11918d6c4e732d476fa544fc2e Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 8 Feb 2018 21:45:45 +0100 Subject: [PATCH] Update django-anymail from 1.3 to 1.4 (#1498) --- {{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 001937eb4..82620365c 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.3 +django-anymail==1.4 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client