From d60371a7515adc06b9a7a7195684c71539bda6c7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 14 Sep 2023 15:57:46 -0300 Subject: [PATCH] Update django-anymail from 8.0 to 10.1 --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 55302de6..8917443e 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.1 # https://github.com/anymail/django-anymail