From 01960fa7b907ad88016c9a4f45311966378732ac Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 11 Jul 2024 17:46:31 -0400 Subject: [PATCH] Update django-anymail from 8.0 to 11.0.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..8e49c6a0 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]==11.0.1 # https://github.com/anymail/django-anymail