From 2b45dfbc1f1c450d4783afa76c6d566b289b3994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 14:11:45 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 8.5 to 8.6 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 8.5 to 8.6. - [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/v8.5...v8.6) --- updated-dependencies: - dependency-name: django-anymail[mailgun] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index cafe8f4..98ae5f3 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -10,4 +10,4 @@ sentry-sdk==1.5.12 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.12.3 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==8.5 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==8.6 # https://github.com/anymail/django-anymail