mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Update django-anymail from 7.1.0 to 7.2
This commit is contained in:
parent
83290cb710
commit
c3391c9572
1 changed files with 1 additions and 1 deletions
|
|
@ -38,5 +38,5 @@ django-anymail[sendinblue]==7.2 # https://github.com/anymail/django-anymail
|
|||
{%- elif cookiecutter.mail_service == 'SparkPost' %}
|
||||
django-anymail[sparkpost]==7.2 # https://github.com/anymail/django-anymail
|
||||
{%- elif cookiecutter.mail_service == 'Other SMTP' %}
|
||||
django-anymail==7.1.0 # https://github.com/anymail/django-anymail
|
||||
django-anymail==7.2 # https://github.com/anymail/django-anymail
|
||||
{%- endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue