From 84dc1bce3f59018565d6241befe59fc9d52841b3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Jul 2017 20:46:18 +0200 Subject: [PATCH] Update django-anymail from 0.4.2 to 0.11.1 --- {{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 f465241..31e894d 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -8,7 +8,7 @@ uwsgi==2.0.13.1 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.4.2 +django-anymail==0.11.1 # Raven is the Sentry client # --------------------------