From 9b11364746bc1e4e483ac0edb6e0d13ccf14f214 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 11 Oct 2018 18:31:44 -0700 Subject: [PATCH] Update django-anymail from 4.2 to 4.3 --- {{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 410cdc92a..40af972d2 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.7.1 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==4.2 # https://github.com/anymail/django-anymail \ No newline at end of file +django-anymail[mailgun]==4.3 # https://github.com/anymail/django-anymail \ No newline at end of file