From e30f26604975802e11a60da282939a0b1ab5057c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 4 Apr 2017 12:38:50 -0700 Subject: [PATCH] Update django-anymail from 0.8 to 0.9 --- {{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 390112080..b88ff65c6 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.8 +django-anymail==0.9 {% if cookiecutter.use_sentry_for_error_reporting == "y" -%} # Raven is the Sentry client