Update django-anymail from 11.1 to 12.0

This commit is contained in:
pyup-bot 2024-09-09 20:48:24 +01:00
parent 8f8f87df51
commit 10a3fc8a4f

View File

@ -24,7 +24,7 @@ django-storages[google]==1.14.4 # https://github.com/jschneier/django-storages
django-storages[azure]==1.14.4 # https://github.com/jschneier/django-storages
{%- endif %}
{%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==11.1 # https://github.com/anymail/django-anymail
django-anymail[mailgun]==12.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
django-anymail[amazon-ses]==11.1 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mailjet' %}