Update django-anymail from 8.6 to 9.0

This commit is contained in:
pyup-bot 2022-12-18 21:16:19 -05:00
parent 5cab86bd6b
commit dcd74552c0

View File

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