From fc58dd7ceed0b84a3b6a61233a32245ac1e30617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 19:53:35 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 11.0.1 to 13.0 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 11.0.1 to 13.0. - [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/v11.0.1...v13.0) --- updated-dependencies: - dependency-name: django-anymail[mailgun] dependency-version: '13.0' 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 f241c48c..9104cd8f 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,4 +7,4 @@ psycopg[c]==3.2.1 # https://github.com/psycopg/psycopg # Django # ------------------------------------------------------------------------------ -django-anymail[mailgun]==11.0.1 # https://github.com/anymail/django-anymail +django-anymail[mailgun]==13.0 # https://github.com/anymail/django-anymail