Skip to content

Commit 5c71441

Browse files
authored
Update django-anymail to 10.3 (#4919)
* Update django-anymail from 10.2 to 10.3
1 parent b5839e2 commit 5c71441

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

{{cookiecutter.project_slug}}/requirements/production.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ django-storages[google]==1.14.2 # https://github.com/jschneier/django-storages
2424
django-storages[azure]==1.14.2 # https://github.com/jschneier/django-storages
2525
{%- endif %}
2626
{%- if cookiecutter.mail_service == 'Mailgun' %}
27-
django-anymail[mailgun]==10.2 # https://github.com/anymail/django-anymail
27+
django-anymail[mailgun]==10.3 # https://github.com/anymail/django-anymail
2828
{%- elif cookiecutter.mail_service == 'Amazon SES' %}
29-
django-anymail[amazon-ses]==10.2 # https://github.com/anymail/django-anymail
29+
django-anymail[amazon-ses]==10.3 # https://github.com/anymail/django-anymail
3030
{%- elif cookiecutter.mail_service == 'Mailjet' %}
31-
django-anymail[mailjet]==10.2 # https://github.com/anymail/django-anymail
31+
django-anymail[mailjet]==10.3 # https://github.com/anymail/django-anymail
3232
{%- elif cookiecutter.mail_service == 'Mandrill' %}
33-
django-anymail[mandrill]==10.2 # https://github.com/anymail/django-anymail
33+
django-anymail[mandrill]==10.3 # https://github.com/anymail/django-anymail
3434
{%- elif cookiecutter.mail_service == 'Postmark' %}
35-
django-anymail[postmark]==10.2 # https://github.com/anymail/django-anymail
35+
django-anymail[postmark]==10.3 # https://github.com/anymail/django-anymail
3636
{%- elif cookiecutter.mail_service == 'Sendgrid' %}
37-
django-anymail[sendgrid]==10.2 # https://github.com/anymail/django-anymail
37+
django-anymail[sendgrid]==10.3 # https://github.com/anymail/django-anymail
3838
{%- elif cookiecutter.mail_service == 'SendinBlue' %}
39-
django-anymail[sendinblue]==10.2 # https://github.com/anymail/django-anymail
39+
django-anymail[sendinblue]==10.3 # https://github.com/anymail/django-anymail
4040
{%- elif cookiecutter.mail_service == 'SparkPost' %}
41-
django-anymail[sparkpost]==10.2 # https://github.com/anymail/django-anymail
41+
django-anymail[sparkpost]==10.3 # https://github.com/anymail/django-anymail
4242
{%- elif cookiecutter.mail_service == 'Other SMTP' %}
43-
django-anymail==10.2 # https://github.com/anymail/django-anymail
43+
django-anymail==10.3 # https://github.com/anymail/django-anymail
4444
{%- endif %}

0 commit comments

Comments
 (0)