Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps django-anymail[sendinblue] from 8.4 to 13.0.1.

Release notes

Sourced from django-anymail[sendinblue]'s releases.

v13.0.1

Changelog

v13.0

Changelog

v12.0

Changelog

v11.1

Changelog

v11.0.1

Changelog

(This release is solely to update documentation and metadata. Code is identical to v11.0.)

v11.0

  • Breaking changes for Amazon SES; SparkPost (with template_id)
  • New merge_headers feature
  • And more…

Please check the changelog

v10.3

Changelog

v10.2

Changelog

v10.1

Changelog

v10.0

This release switches to modern Python packaging tools, drops compatibility for some seriously outdated environments, and improves Amazon SES and inbound Postmark handling.

Please see the Changelog for breaking changes and other details.

v9.2

Changelog

v9.1

Changelog

v9.0

Changelog

v8.6

Changelog

... (truncated)

Changelog

Sourced from django-anymail[sendinblue]'s changelog.

v13.0.1

2025-07-25

Breaking changes (external)


* **SendGrid:** Anymail no longer officially supports SendGrid, because we are
  unable to test it. Although it will *probably* keep working, you'll get
  warnings about this change in status. See
  `Dropping support for SendGrid <https://github.com/anymail/django-anymail/issues/432>`__
  for details and actions SendGrid customers can take. (Since this breaking
  change is due to external causes and impacts SendGrid users on all versions
  of Anymail, it is being handled as a minor patch release rather than a semver
  major version change.)

Fixes


* **Amazon SES:** Require boto3 1.24.6 or later to ensure support for the SESv2
  close method. (Thanks to `@mgibeau`_ for identifying the issue.)

v13.0

2025-04-03

Breaking changes

  • Postal: Require Python 3.9 or later for Postal tracking webhook support. (Postal's signature verification uses the "cryptography" package, which is no longer reliably installable with Python 3.8.)

Fixes


* **Mailjet:** Avoid a Mailjet API error when sending an inline image without a
  filename. (Anymail now substitutes ``&quot;attachment&quot;`` for the missing filename.)
  (Thanks to `@chickahoona`_ for reporting the issue.)
  • Mailjet: Fix a JSON parsing error on Mailjet 429 &quot;too many requests&quot; API
    responses. (Thanks to @rodrigondec_ for reporting the issue.)

  • Postmark: Fix a parsing error when Postmark indicates a sent message has
    been delayed, which can occur if your message stream is paused or throttled or
    when Postmark is experiencing service issues. These messages will now report
    &quot;queued&quot; in the anymail_status (rather than throwing an error or reporting
    &lt;/tr&gt;&lt;/table&gt;
    </code></pre>
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>

<ul>
<li><a href="https://github.com/anymail/django-anymail/commit/30c613003f4a8bac0b78d50cabcfd474bf9ea8aa&quot;&gt;&lt;code&gt;30c6130&lt;/code&gt;&lt;/a> Release 13.0.1</li>
<li><a href="https://github.com/anymail/django-anymail/commit/6b27bd9d699d41d209cb9ae6103b0e5f6f324d90&quot;&gt;&lt;code&gt;6b27bd9&lt;/code&gt;&lt;/a> CI: fix outdated Django 5.2 alpha reference</li>
<li><a href="https://github.com/anymail/django-anymail/commit/dfa4ce0c6a62e9002f68331e0137ee128031b900&quot;&gt;&lt;code&gt;dfa4ce0&lt;/code&gt;&lt;/a> SendGrid: change to &quot;unsupported&quot; status</li>
<li><a href="https://github.com/anymail/django-anymail/commit/c29c993d85ba5f971375d6a2ca565458a31f1c4a&quot;&gt;&lt;code&gt;c29c993&lt;/code&gt;&lt;/a> Fix lint</li>
<li><a href="https://github.com/anymail/django-anymail/commit/29c446ff645169ce832a0263aa9baca938a46809&quot;&gt;&lt;code&gt;29c446f&lt;/code&gt;&lt;/a> Amazon SES: Update minimum boto3 version</li>
<li><a href="https://github.com/anymail/django-anymail/commit/e82ab3e056a26509cbf6a590b381f609b92177b6&quot;&gt;&lt;code&gt;e82ab3e&lt;/code&gt;&lt;/a> CI: fix GitHub release step</li>
<li><a href="https://github.com/anymail/django-anymail/commit/7e0aa994edfdcf99923596a4a162349c7bfe9f52&quot;&gt;&lt;code&gt;7e0aa99&lt;/code&gt;&lt;/a> Release 13.0</li>
<li><a href="https://github.com/anymail/django-anymail/commit/a93c7360be704880c785e014eb75c7b3cbaca39f&quot;&gt;&lt;code&gt;a93c736&lt;/code&gt;&lt;/a> CI: Switch to PyPI trusted publishing</li>
<li><a href="https://github.com/anymail/django-anymail/commit/aa4dca2c6d8f17fb37a580d0d4f1e0994bd95bb2&quot;&gt;&lt;code&gt;aa4dca2&lt;/code&gt;&lt;/a> CI: enable pip cache</li>
<li><a href="https://github.com/anymail/django-anymail/commit/e6cb4966f999081c0e34fe4b575ffeaa4578bfd7&quot;&gt;&lt;code&gt;e6cb496&lt;/code&gt;&lt;/a> Tests/CI: use Python 3.13 by default</li>
<li>Additional commits viewable in <a href="https://github.com/anymail/django-anymail/compare/v8.4...v13.0.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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[sendinblue]](https://github.com/anymail/django-anymail) from 8.4 to 13.0.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@v8.4...v13.0.1)

---
updated-dependencies:
- dependency-name: django-anymail[sendinblue]
  dependency-version: 13.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

Superseded by #132.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/backend/django-anymail-sendinblue--13.0.1 branch October 1, 2025 03:17
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant