From c4c353383fe58cd6765a7239266d5e5499f09dab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Sep 2024 16:45:27 -0300 Subject: [PATCH] Update django-anymail from 8.0 to 12.0 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..c92ba8c9 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]==12.0 # https://github.com/anymail/django-anymail