Update django-anymail from 9.0 to 9.1

This commit is contained in:
pyup-bot 2023-03-11 20:26:32 +00:00
parent e484139f9d
commit 4d1d503f1d

View File

@ -26,7 +26,7 @@ django-storages[azure]==1.13.2 # https://github.com/jschneier/django-storages
{%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==9.1 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
django-anymail[amazon_ses]==9.0 # https://github.com/anymail/django-anymail
django-anymail[amazon_ses]==9.1 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mailjet' %}
django-anymail[mailjet]==9.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mandrill' %}