From a0116cd4743c7501c7843b799c0ea9011905cba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:00:57 +0000 Subject: [PATCH] build(deps): Update django-anymail requirement Updates the requirements on [django-anymail](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 dependency-version: '14.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5e664fe2..de73a7c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "django-loginas>=0.3.11,<0.4.0", # Email & Communications - "django-anymail>=13.0,<14.0", + "django-anymail>=13.0,<15.0", # UI & Templates "django-bootstrap3>=25.1,<26.0",