From c86989eb96ef855f35e644aef6c996b137f679a5 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 22 May 2017 22:51:29 +0200 Subject: [PATCH] Update django-anymail from 0.9 to 0.10 (#1177) --- {{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 b88ff65c..29753581 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -24,7 +24,7 @@ Collectfast==0.5.2 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.9 +django-anymail==0.10 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client