From 3ddfca0ae6b90e692b565f433e86df14ceb76a2d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 7 Sep 2019 23:49:52 +0200 Subject: [PATCH] Update django-anymail from 4.3 to 7.0.0 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 9441300..3e390ae 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -8,5 +8,5 @@ psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.7.1 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==4.3 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==7.0.0 # https://github.com/anymail/django-anymail django-heroku==0.3.1 # https://github.com/heroku/django-heroku