Update django-anymail from 8.6 to 9.0

This commit is contained in:
pyup-bot 2022-12-18 21:16:22 -05:00
parent e2fe51d141
commit 49b805e296

View File

@ -40,5 +40,5 @@ django-anymail[sendinblue]==9.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'SparkPost' %}
django-anymail[sparkpost]==9.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Other SMTP' %}
django-anymail==8.6 # https://github.com/anymail/django-anymail
django-anymail==9.0 # https://github.com/anymail/django-anymail
{%- endif %}