From 38f53b5886fd62827452a4d49eabbf85ce7dc20d Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Fri, 14 Jul 2017 09:50:26 +0200 Subject: [PATCH] Update django-anymail from 0.10 to 0.11 (#1232) --- {{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 fca70d10..b3e59dbb 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.10 +django-anymail==0.11 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client