From 81a86dd49c2bb5c9313cbd16a2cbfb670dee5359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:00:25 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 9.1 to 10.3 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 9.1 to 10.3. - [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/v9.1...v10.3) --- updated-dependencies: - dependency-name: django-anymail[mailgun] dependency-type: direct:production update-type: version-update:semver-major ... 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 5cd760a..33d3d82 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -9,4 +9,4 @@ Collectfast==2.2.0 # https://github.com/antonagestam/collectfast # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.13.2 # https://github.com/jschneier/django-storages -django-anymail[mailgun]==9.1 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail