Update django-anymail from 9.1 to 9.2

This commit is contained in:
pyup-bot 2023-05-04 11:04:12 +01:00
parent 30cac62c27
commit e4120674e0

View File

@ -38,7 +38,7 @@ django-anymail[sendgrid]==9.2 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'SendinBlue' %}
django-anymail[sendinblue]==9.2 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'SparkPost' %}
django-anymail[sparkpost]==9.1 # https://github.com/anymail/django-anymail
django-anymail[sparkpost]==9.2 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Other SMTP' %}
django-anymail==9.1 # https://github.com/anymail/django-anymail
{%- endif %}