From 842e99d61b358a4ef22c8d8d62c5ab1fcf8340ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:08:05 +0000 Subject: [PATCH] chore(deps): bump django-anymail[amazon_ses] from 8.1 to 9.0 Bumps [django-anymail[amazon_ses]](https://github.com/anymail/django-anymail) from 8.1 to 9.0. - [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.1...v9.0) --- updated-dependencies: - dependency-name: django-anymail[amazon_ses] dependency-type: direct:production update-type: version-update:semver-major ... 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 d0cda9c..119186a 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -7,4 +7,4 @@ psycopg2==2.9.1 # https://github.com/psycopg/psycopg2 # Django # ------------------------------------------------------------------------------ -django-anymail[amazon_ses]==8.1 # https://github.com/anymail/django-anymail +django-anymail[amazon_ses]==9.0 # https://github.com/anymail/django-anymail