From 434b3b4dc47e1820f04a5422e430569b895711da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:06:08 +0000 Subject: [PATCH] pip prod(deps): bump django-anymail[sendgrid] from 9.0 to 9.1 Bumps [django-anymail[sendgrid]](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[sendgrid] 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 354c3d4..b20f880 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,7 +4,7 @@ # Django # ------------------------------------------------------------------------------ -django-anymail[sendgrid]==9.0 # https://github.com/anymail/django-anymail +django-anymail[sendgrid]==9.1 # https://github.com/anymail/django-anymail django-storages[google]==1.13.2 # https://github.com/jschneier/django-storages gunicorn==20.1.0 # https://github.com/benoitc/gunicorn