mblayman / homeschool

An app for homeschool planning
MIT License
225 stars 60 forks source link

Bump django-anymail[sendgrid] from 10.2 to 10.3 #1123

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps django-anymail[sendgrid] from 10.2 to 10.3.

Release notes

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

v10.3

Changelog

Changelog

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

v10.3

2024-03-12

Features


* **Brevo:** Add support for batch sending
  (`docs <https://anymail.dev/en/stable/esps/brevo/#batch-sending-merge-and-esp-templates>`__).
  • Resend: Add support for batch sending (docs &lt;https://anymail.dev/en/stable/esps/resend/#batch-sending-merge-and-esp-templates&gt;__).

  • Unisender Go: Newly supported ESP (docs &lt;https://anymail.dev/en/stable/esps/unisender_go/&gt;__). (Thanks to @Arondit_ for the implementation.)

Fixes


* **Mailgun:** Avoid an error when Mailgun posts null delivery-status
  to the event tracking webhook. (Thanks to `@izimobil`_ for the fix.)

Deprecations
</code></pre>
<ul>
<li><strong>Brevo (SendinBlue):</strong> Rename &quot;SendinBlue&quot; to &quot;Brevo&quot; throughout
Anymail's code, reflecting their rebranding.
This affects the email backend path, settings names, and webhook URLs.
The old names will continue to work for now, but are deprecated. See
<code>Updating code from SendinBlue to Brevo &lt;https://anymail.dev/en/stable/esps/brevo/#brevo-rename&gt;</code>__
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/anymail/django-anymail/commit/fc1bd1497fd35b355f345ec6fdc542b75c805004"><code>fc1bd14</code></a> Release 10.3</li>
<li><a href="https://github.com/anymail/django-anymail/commit/948ab2be27d7886b64d21fb3c9db80cb3329584b"><code>948ab2b</code></a> Brevo: SendinBlue compatibility</li>
<li><a href="https://github.com/anymail/django-anymail/commit/c7ee59c3ca11c6b9377af3477ecb0e98f627dc91"><code>c7ee59c</code></a> Brevo: Rename SendinBlue to Brevo</li>
<li><a href="https://github.com/anymail/django-anymail/commit/14d451659e0da852da9aea8907fcf41dcde2c6ce"><code>14d4516</code></a> Unisender Go: fix integration test</li>
<li><a href="https://github.com/anymail/django-anymail/commit/e7585792303e4ce4bf20c0a2c2b67091b92fbe8a"><code>e758579</code></a> Docs: fix list spacing</li>
<li><a href="https://github.com/anymail/django-anymail/commit/594906932177e0e0fd6b95e194c0d77186a07515"><code>5949069</code></a> Mailgun: fix webhook error with null delivery-status</li>
<li><a href="https://github.com/anymail/django-anymail/commit/a71a0d9af8d22f66264bebb4fe77baa9a1bdb681"><code>a71a0d9</code></a> Unisender Go: new ESP</li>
<li><a href="https://github.com/anymail/django-anymail/commit/a2c0ed6817258483103908e7d04653980e5a8bc4"><code>a2c0ed6</code></a> Docs: fix broken links in search results</li>
<li><a href="https://github.com/anymail/django-anymail/commit/706fce60acc0c5fa2eab97e13949943102d4d3c0"><code>706fce6</code></a> Resend: support batch send</li>
<li><a href="https://github.com/anymail/django-anymail/commit/d2c56285c05a23b854abb24a4d88691ab4c81d6e"><code>d2c5628</code></a> Docs: update Brevo feature matrix</li>
<li>Additional commits viewable in <a href="https://github.com/anymail/django-anymail/compare/v10.2...v10.3">compare view</a></li>
</ul>
</details>

<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-anymail[sendgrid]&package-manager=pip&previous-version=10.2&new-version=10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)