From 9313b4ea85b89ab40cb03f68a862e552241570e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 06:24:06 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 3.0 to 8.4 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 3.0 to 8.4. - [Release notes](https://github.com/anymail/django-anymail/releases) - [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst) - [Commits](https://github.com/anymail/django-anymail/compare/v3.0...v8.4) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 77d121c..b6178de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ gevent==1.3.4 # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.6.6 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==3.0 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==8.4 # https://github.com/anymail/django-anymail diff --git a/requirements/production.txt b/requirements/production.txt index 724fad6..ae74746 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -9,4 +9,4 @@ Collectfast==0.6.2 # https://github.com/antonagestam/collectfast # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.6.6 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==3.0 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==8.4 # https://github.com/anymail/django-anymail