From 6dceac405a126b27ea2a0dec07dddbfc6c98a100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 01:26:36 +0000 Subject: [PATCH] Bump django-anymail[mailgun] from 8.6 to 10.2 Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 8.6 to 10.2. - [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.6...v10.2) --- updated-dependencies: - dependency-name: django-anymail[mailgun] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 3f7b14365..6b9ffcea1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ django==3.2.20 django-activeurl==0.2.0 # https://github.com/hellysmile/django-activeurl django-allauth==0.58.1 -django-anymail[mailgun]==8.6 +django-anymail[mailgun]==10.2 django-autoslug==1.9.9 # https://github.com/justinmayer/django-autoslug django-ckeditor==6.7.0 django-cors-headers==3.14.0