From 0a820b19132d5f7f98c016331c8702d6cce8c5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 15:19:29 +0000 Subject: [PATCH] Bump django-anymail from 9.0 to 9.1 Bumps [django-anymail](https://github.com/anymail/django-anymail) from 9.0 to 9.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/v9.0...v9.1) --- 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..91e29c4 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.1 # https://github.com/anymail/django-anymail