From be6b7de3516f690e572423d84504787b97b5de46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:44:05 +0000 Subject: [PATCH] build(deps): bump django-anymail from 0.8 to 1.2.1 in /requirements Bumps [django-anymail](https://github.com/anymail/django-anymail) from 0.8 to 1.2.1. - [Release notes](https://github.com/anymail/django-anymail/releases) - [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst) - [Commits](https://github.com/anymail/django-anymail/compare/v0.8...v1.2.1) --- updated-dependencies: - dependency-name: django-anymail dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index 28a85fb..e42e7c3 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -17,7 +17,7 @@ django-storages-redux==1.3.2 # Email backends for Mailgun, Postmark, SendGrid and more # ------------------------------------------------------- -django-anymail==0.8 +django-anymail==1.2.1 # Raven is the Sentry client # --------------------------