From c83a931bd7e86b36a5a51edc0e71ee1c7ebc60af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 07:05:31 +0000 Subject: [PATCH] Bump django-anymail from 9.0 to 9.2 Bumps [django-anymail](https://github.com/anymail/django-anymail) from 9.0 to 9.2. - [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/v9.0...v9.2) --- 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 9c2cc2e..9f7412a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,4 +7,4 @@ psycopg2==2.9.5 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django-anymail==9.0 # https://github.com/anymail/django-anymail +django-anymail==9.2 # https://github.com/anymail/django-anymail