From 6537f181a57cb45f07b78e4891dca466c6398258 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Mon, 18 Sep 2017 09:42:08 +0200 Subject: [PATCH] Update django-anymail from 0.11.1 to 1.0 (#1334) --- {{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 a347337f..11096db6 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.11.1 +django-anymail==1.0 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client