From 03e243a3c791e5209727fc463b7aff5fc60ba262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:32:42 -0700 Subject: [PATCH] Bump django-anymail[mailgun] from 10.0 to 10.1 (#294) Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 10.0 to 10.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/v10.0...v10.1) --- updated-dependencies: - dependency-name: django-anymail[mailgun] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 0e9ea434..2c895db5 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -9,4 +9,4 @@ sentry-sdk==1.30.0 # https://github.com/getsentry/sentry-python # Django # ------------------------------------------------------------------------------ -django-anymail[mailgun]==10.0 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==10.1 # https://github.com/anymail/django-anymail