Update django-anymail from 11.0 to 11.0.1

This commit is contained in:
pyup-bot 2024-07-11 22:39:04 +01:00 committed by Fábio C. Barrionuevo da Luz
parent ae03ac4702
commit d389302b6d

View File

@ -40,5 +40,5 @@ django-anymail[brevo]==11.0.1 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'SparkPost' %}
django-anymail[sparkpost]==11.0.1 # https://github.com/anymail/django-anymail
{%- elif cookiecutter.mail_service == 'Other SMTP' %}
django-anymail==11.0 # https://github.com/anymail/django-anymail
django-anymail==11.0.1 # https://github.com/anymail/django-anymail
{%- endif %}