From d5cc46bd22733258d61c9583825709816f0e1dc4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 May 2018 15:22:05 -0700 Subject: [PATCH] Update django-anymail from 2.2 to 3.0 --- {{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 9ddb7d15f..45ce63493 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -14,4 +14,4 @@ raven==6.8.0 # https://github.com/getsentry/raven-python # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.6.6 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==2.2 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==3.0 # https://github.com/anymail/django-anymail