From 3005364bb2328c50b1a450004330c87351387729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 05:06:24 +0000 Subject: [PATCH] pip prod(deps): bump django-anymail[sendgrid] from 9.0 to 10.0 Bumps [django-anymail[sendgrid]](https://github.com/anymail/django-anymail) from 9.0 to 10.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/v9.0...v10.0) --- updated-dependencies: - dependency-name: django-anymail[sendgrid] 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 354c3d4..5dc18eb 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]==10.0 # 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