From fbaca512ed0f29a4ca035904394e96861850ab8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 18:39:01 +0000 Subject: [PATCH] Bump django-anymail from 0.5 to 1.2.1 in /requirements Bumps [django-anymail](https://github.com/anymail/django-anymail) from 0.5 to 1.2.1. - [Release notes](https://github.com/anymail/django-anymail/releases) - [Changelog](https://github.com/anymail/django-anymail/blob/master/CHANGELOG.rst) - [Commits](https://github.com/anymail/django-anymail/compare/v0.5...v1.2.1) 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 fa62057..f627a84 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.5 +django-anymail==1.2.1 # Raven is the Sentry client # --------------------------