Update django-anymail from 7.2 to 7.2.1

This commit is contained in:
pyup-bot 2020-08-05 13:37:05 -07:00
parent f65d5332af
commit bdc9ad1997

View File

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