From f93c4d9bbca1907679300a3738d1acfba74efe71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Aug 2017 17:24:22 +0200 Subject: [PATCH] Update django-anymail from 0.10 to 0.11.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index a78c932..7c9acce 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -17,7 +17,7 @@ Collectfast==0.5.2 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.10 +django-anymail==0.11.1 # Raven is the Sentry client # --------------------------