From e0c0d964131261fdec8e0b5efbf405e809b2f621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 09:10:13 +0000 Subject: [PATCH] Update django-anymail[brevo] requirement from ~=13.0 to ~=14.0 in /13707 Updates the requirements on [django-anymail[brevo]](https://github.com/anymail/django-anymail) to permit the latest version. - [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/v13.0...v14.0) --- updated-dependencies: - dependency-name: django-anymail[brevo] dependency-version: '14.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 13707/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13707/pyproject.toml b/13707/pyproject.toml index a07ffb6..a30f5c7 100644 --- a/13707/pyproject.toml +++ b/13707/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "beautifulsoup4 ~=4.13", "django ~=5.2", "django-admin-extra-buttons ~=2.1", - "django-anymail[brevo] ~=13.0", + "django-anymail[brevo]~=14.0", "django-csp ~=4.0", "django-dsfr ~=3.2", "django-pgtrigger ~=4.15",