From 8eb1802f7da2835e4951224e48c7c7f500f0a0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:23:25 +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...v15.0) --- updated-dependencies: - dependency-name: django-anymail dependency-version: '15.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 c3948c9a..aaed3a72 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,<15.0", + "django-anymail>=13.0,<16.0", # UI & Templates "django-bootstrap3>=25.1,<27.0",