From f8324ea3a102cda18d744442f42b08baa8c07b35 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 12 Mar 2024 16:44:59 -0300 Subject: [PATCH] Update django-anymail from 8.0 to 10.3 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..f7673f6a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,4 +7,4 @@ Collectfast==2.2.0 # https://github.com/antonagestam/collectfast # Django # ------------------------------------------------------------------------------ django-storages[boto3]==1.10.1 # https://github.com/jschneier/django-storages -django-anymail[amazon_ses]==8.0 # https://github.com/anymail/django-anymail +django-anymail[amazon_ses]==10.3 # https://github.com/anymail/django-anymail