Update django-anymail to 11.0 (#5163)

This commit is contained in:
pyup.io bot 2024-06-24 03:42:37 -07:00 committed by GitHub
parent b6aa5b1535
commit 315724b797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,21 +24,21 @@ django-storages[google]==1.14.3 # https://github.com/jschneier/django-storages
django-storages[azure]==1.14.3 # https://github.com/jschneier/django-storages django-storages[azure]==1.14.3 # https://github.com/jschneier/django-storages
{%- endif %} {%- endif %}
{%- if cookiecutter.mail_service == 'Mailgun' %} {%- if cookiecutter.mail_service == 'Mailgun' %}
django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail django-anymail[mailgun]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Amazon SES' %} {%- elif cookiecutter.mail_service == 'Amazon SES' %}
django-anymail[amazon-ses]==10.3 # https://github.com/anymail/django-anymail django-anymail[amazon-ses]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mailjet' %} {%- elif cookiecutter.mail_service == 'Mailjet' %}
django-anymail[mailjet]==10.3 # https://github.com/anymail/django-anymail django-anymail[mailjet]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Mandrill' %} {%- elif cookiecutter.mail_service == 'Mandrill' %}
django-anymail[mandrill]==10.3 # https://github.com/anymail/django-anymail django-anymail[mandrill]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Postmark' %} {%- elif cookiecutter.mail_service == 'Postmark' %}
django-anymail[postmark]==10.3 # https://github.com/anymail/django-anymail django-anymail[postmark]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Sendgrid' %} {%- elif cookiecutter.mail_service == 'Sendgrid' %}
django-anymail[sendgrid]==10.3 # https://github.com/anymail/django-anymail django-anymail[sendgrid]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Brevo' %} {%- elif cookiecutter.mail_service == 'Brevo' %}
django-anymail[brevo]==10.3 # https://github.com/anymail/django-anymail django-anymail[brevo]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'SparkPost' %} {%- elif cookiecutter.mail_service == 'SparkPost' %}
django-anymail[sparkpost]==10.3 # https://github.com/anymail/django-anymail django-anymail[sparkpost]==11.0 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Other SMTP' %} {%- elif cookiecutter.mail_service == 'Other SMTP' %}
django-anymail==10.3 # https://github.com/anymail/django-anymail django-anymail==11.0 # https://github.com/anymail/django-anymail
{%- endif %} {%- endif %}