Update django-anymail from 8.1 to 8.2

This commit is contained in:
pyup-bot 2021-01-28 09:24:41 -08:00
parent b2613405b0
commit f12fdbafaf

View File

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