From 17cbf8ae9b505163a9253087e2c24cd14f852b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 21:43:33 +0000 Subject: [PATCH] Bump django-anymail from 0.11.1 to 1.2.1 in /requirements Bumps [django-anymail](https://github.com/anymail/django-anymail) from 0.11.1 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.11.1...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(-) mode change 100755 => 100644 requirements/production.txt diff --git a/requirements/production.txt b/requirements/production.txt old mode 100755 new mode 100644 index f599bd1..9979b7d --- a/requirements/production.txt +++ b/requirements/production.txt @@ -14,7 +14,7 @@ newrelic==2.68.0.50 # boto==2.48.0 django-storages==1.6.5 -django-anymail==0.11.1 +django-anymail==1.2.1 # Raven is the Sentry client # --------------------------