From 74f9133f708b63b199bbe1eea06dec977d8859ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:30:24 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 3.0 to 8.1 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 3.0 to 8.1. - [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.1) 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..fa4b038 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.1 # https://github.com/anymail/django-anymail diff --git a/requirements/production.txt b/requirements/production.txt index 724fad6..a755e58 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.1 # https://github.com/anymail/django-anymail