From 687efa6f8e8a8d60f444ae61c633a2862c9fa232 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 22:16:34 +0000 Subject: [PATCH] build(deps): bump django-anymail from 8.2 to 8.6 Bumps [django-anymail](https://github.com/anymail/django-anymail) from 8.2 to 8.6. - [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/v8.2...v8.6) --- updated-dependencies: - dependency-name: django-anymail dependency-type: direct:production update-type: version-update:semver-minor ... 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 e95b9e7..0c48503 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,4 +7,4 @@ psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django-anymail==8.2 # https://github.com/anymail/django-anymail +django-anymail==8.6 # https://github.com/anymail/django-anymail