Skip to content

Commit 880e503

Browse files
build(deps): Update django-anymail requirement (#1532)
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](anymail/django-anymail@v13.0...v14.0) --- updated-dependencies: - dependency-name: django-anymail dependency-version: '14.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69b9d49 commit 880e503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"django-loginas>=0.3.11,<0.4.0",
2323

2424
# Email & Communications
25-
"django-anymail>=13.0,<14.0",
25+
"django-anymail>=13.0,<15.0",
2626

2727
# UI & Templates
2828
"django-bootstrap3>=25.1,<26.0",

0 commit comments

Comments
 (0)