Skip to content

Bump django-anymail from 14.0 to 15.2 - #1508

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps django-anymail from 14.0 to 15.2.

Release notes

Sourced from django-anymail's releases.

v15.2

Changelog

v15.1

Changelog

v15.0

Changelog

Changelog

Sourced from django-anymail's changelog.

v15.2

2026-09-05

Features


* **Amazon SES:** Add support for inbound messages using S3 encryption.
  This requires the :pypi:`amazon-s3-encryption-client-python` package, which
  is now included when installing with the ``django-anymail[amazon-ses]`` extra.
  • Amazon SES: When using the S3 receipt action for inbound email, large messages are now downloaded and parsed incrementally to reduce memory usage.

  • Mailtrap: Support signature verification for tracking event webhooks.

  • Mailtrap: Add support for inbound email. See docs <https://anymail.dev/en/stable/esps/mailtrap/#inbound-webhook>.

  • Postmark: Add support for Postmark's bulk API. See Using Postmark's bulk API <https://anymail.dev/en/stable/esps/postmark/#using-postmark-s-bulk-api>_.

  • Postmark: Add POSTMARK_MESSAGE_STREAM option to specify the id of the Postmark message stream used for sending. With Django 6.1 MAILERS you can use a different message_stream for each configured mailer.

  • Resend: Large inbound messages are now downloaded and parsed incrementally to reduce memory usage.

Fixes


* **Amazon SES:** Avoid a Python bug that could corrupt images and attachments
  in inbound messages.
  • Inbound: AnymailInboundMessage's text and html attributes
    and get_content_text() method now normalize line endings to \n.
    In earlier releases, either \n or \r\n could be returned,
    inconsistently and somewhat unpredictably.

v15.1

2026-07-30

Fixes

</tr></table>

... (truncated)

Commits
  • 81c6505 Release 15.2
  • 8ce3aca Mailgun: Stop polling event API in integration tests
  • d3c121c Resend: Stream inbound messages
  • 9ab940e Mailtrap: Make inbound download chunk size configurable
  • 8540841 Remove unused AnymailInboundMessage.parse_raw_mime_file()
  • 05dd35a Amazon SES: Stream inbound messages from S3
  • d8b4593 Inbound: Normalize line endings on text parts
  • aef5d9d Brevo: Update quirks documentation for HTML body
  • bc8d362 Mailtrap: Make inbound work with example payload
  • 7bc9520 Amazon SES: Support inbound S3 encryption
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-anymail](https://github.com/anymail/django-anymail) from 14.0 to 15.2.
- [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.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2026
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