From 35a84f54ba1c03826fef2fee9a50da6af24b0dc7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 9 Sep 2024 21:57:24 +0200 Subject: [PATCH] Update django-anymail from 10.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 cff3b6aa..26e06325 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,6 +6,6 @@ gunicorn==20.1.0 # https://github.com/benoitc/gunicorn # Django # ------------------------------------------------------------------------------ -django-anymail[postmark]==10.0 # https://github.com/anymail/django-anymail +django-anymail[postmark]==12.0 # https://github.com/anymail/django-anymail django-storages==1.13.2 # https://django-storages.readthedocs.io/en/latest/index.html boto3==1.26.143 # https://github.com/boto/boto3