From 807b0bfa904027357251ce84bcada9f9535d0eb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 03:12:40 +0000 Subject: [PATCH] Bump django-anymail from 8.5 to 10.2 Bumps [django-anymail](https://github.com/anymail/django-anymail) from 8.5 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.5...v10.2) --- updated-dependencies: - dependency-name: django-anymail 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 e0cb4320..59447d33 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,4 +6,4 @@ gunicorn==20.1.0 # https://github.com/benoitc/gunicorn # Django # ------------------------------------------------------------------------------ -django-anymail==8.5 # https://github.com/anymail/django-anymail +django-anymail==10.2 # https://github.com/anymail/django-anymail