From cff7111edbdaf773641624320b6bb25c466ccdd6 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Thu, 31 May 2018 15:14:37 +0200 Subject: [PATCH] Update django-anymail from 2.2 to 3.0 (#1668) --- {{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 59a028a1..d3b18ed9 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -14,4 +14,4 @@ raven==6.9.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