From f26a9fb9feb38f88a3cdafb47731adbdcfcc1dc4 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Sat, 28 Oct 2017 21:53:11 +0200 Subject: [PATCH] Update django-anymail from 1.0 to 1.1 (#1375) --- {{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 532b6ac3..5597d4da 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==1.0 +django-anymail==1.1 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client