Skip to content

Bump django-anymail from 14.0 to 15.1 - #1464

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/django-anymail-15.1
Open

Bump django-anymail from 14.0 to 15.1#1464
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/django-anymail-15.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps django-anymail from 14.0 to 15.1.

Release notes

Sourced from django-anymail's releases.

v15.1

Changelog

v15.0

Changelog

Changelog

Sourced from django-anymail's changelog.

v15.1

2026-07-30

Fixes


* **Amazon SES, Brevo:** Fix ``InvalidMailer`` error about "Unknown options"
  when used with Django 6.1 ``MAILERS`` setting.
  • Postmark: Raise an unsupported feature error when merge_data or
    merge_global_data is used without a template_id. Anymail passes that
    data to Postmark in its TemplateModel field, which is silently ignored
    when sending through a non-template API. (Thanks to @slinkymanbyday_ for
    reporting the issue and @Sanjays2402_ for the fix.)

Other

  • Test against prerelease versions of Django 6.1.

Deprecations


* Support for ``fail_silently`` in Anymail's email backends is being phased out,
  matching Django's deprecation of the feature. Anymail will issue a deprecation
  warning when ``fail_silently`` is used. Support for it will be dropped in a
  future release when Django 6.2 support is discontinued.

See Replacing fail_silently <https://docs.djangoproject.com/en/6.1/howto/mailers-migration/#migrating-to-mailers-fail-silently>_
in Django's documentation for recommendations.

v15.0

2026-04-18

Breaking changes

  • Require Django 5.0 or later and Python 3.10 or later. (Thanks to @terencehonles_.)

Features


* **Resend:** Add support for inbound email. (Thanks to `@btimby`_.)
</tr></table> 

... (truncated)

Commits
  • 8c40cc4 Release 15.1
  • 7e8b81b Postmark: Handle merge_data without template_id as unsupported
  • d973c84 Update URLs to Mailjet's documentation
  • 1671948 Update readme for Django 6.1
  • 0dfc0aa Add 'docs-watch' tox environment for sphinx-autobuild
  • 232477a Deprecate fail_silently
  • e567452 Improve support for MAILERS configuration
  • e670d78 Amazon SES, Brevo: Fix compatibility with Django 6.1 MAILERS
  • 15b57e2 Update test matrix for Django 6.1 pre-release
  • 171fa38 Change black and isort to target Python 3.10
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 3, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/django-anymail-15.1 branch 2 times, most recently from ffbb767 to 9b33242 Compare August 10, 2026 01:47
Bumps [django-anymail](https://github.com/anymail/django-anymail) from 14.0 to 15.1.
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v14.0...v15.1)

---
updated-dependencies:
- dependency-name: django-anymail
  dependency-version: '15.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/django-anymail-15.1 branch from 9b33242 to 7801df7 Compare August 14, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

0 participants