dependabot[bot] opened a new pull request, #309: URL: https://github.com/apache/incubator-ponymail-foal/pull/309
Updates the requirements on [aiosmtplib](https://github.com/cole/aiosmtplib) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cole/aiosmtplib/releases">aiosmtplib's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h2>What's Changed</h2> <ul> <li>Feature: Add XOAUTH2 authentication support</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cole/aiosmtplib/compare/v5.0.0...v5.1.0">https://github.com/cole/aiosmtplib/compare/v5.0.0...v5.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst">aiosmtplib's changelog</a>.</em></p> <blockquote> <h2>5.1.0</h2> <ul> <li>Feature: Add XOAUTH2 authentication support</li> </ul> <h2>5.0.0</h2> <ul> <li><strong>BREAKING</strong>: Drop Python 3.9 support</li> </ul> <h2>4.0.2</h2> <ul> <li>Bugfix: correct aexit signature to comply with async context manager protocol (thanks <a href="https://github.com/oliverlambson"><code>@oliverlambson</code></a>)</li> </ul> <h2>4.0.1</h2> <ul> <li>Bugfix: Always clear the connect lock on connection lost, allowing client reconnect</li> </ul> <h2>4.0.0</h2> <ul> <li><strong>BREAKING</strong>: Drop Python 3.8 support</li> <li>Bugfix: Run <code>socket.getfqdn</code> in thread to avoid blocking event loop if <code>local_hostname</code> not provided (thanks <a href="https://github.com/Raidzin"><code>@Raidzin</code></a>)</li> <li>Bugfix: Clear connect lock on connection lost, allowing client reconnect</li> <li>Bugfix: Allow socket connections to use TLS by providing <code>hostname</code> and <code>use_tls=True</code></li> </ul> <h2>3.0.2</h2> <ul> <li>Bugfix: Type of "send" is partially unknown with pyright</li> <li>Bugfix: Fix asyncio deadlock trying to reconnect after error (thanks <a href="https://github.com/Voldemat"><code>@Voldemat</code></a>)</li> <li>Change: Switched from Poetry to build/hatch/twine for packaging.</li> </ul> <h2>3.0.1</h2> <ul> <li>Bugfix: 'Future exception was never retrieved' warning in SMTPProtocol after successful connection close and garbage collection.</li> <li>Cleanup: Updated FlowControlMixin logic from stdlib</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cole/aiosmtplib/commit/eb59588b60463d77ed3cfac87163d9219ed42b30"><code>eb59588</code></a> chore: v5.1.0</li> <li><a href="https://github.com/cole/aiosmtplib/commit/d8100f8d6a2e1a36ecffc83b2ccb9f782c18bb28"><code>d8100f8</code></a> feat: xoauth2</li> <li><a href="https://github.com/cole/aiosmtplib/commit/5a5e2d5d99094b49a756e5125bb1bde53a0ce365"><code>5a5e2d5</code></a> upgrade annotations</li> <li><a href="https://github.com/cole/aiosmtplib/commit/b83a45045553ef1ffd7d3072889000b364dfdc9b"><code>b83a450</code></a> ci: pre-commit autoupdate</li> <li><a href="https://github.com/cole/aiosmtplib/commit/b895375630fc08ca0e46e8d48589a78080b5441c"><code>b895375</code></a> ci: pre-commit autoupdate</li> <li><a href="https://github.com/cole/aiosmtplib/commit/1fbc7d051e9718cd4d367b1fe3a58222e36b09d2"><code>1fbc7d0</code></a> ci: pre-commit autoupdate</li> <li><a href="https://github.com/cole/aiosmtplib/commit/70a849a81c455ba93ba5d704585825879647d5c3"><code>70a849a</code></a> release: 5.0.0</li> <li><a href="https://github.com/cole/aiosmtplib/commit/65ffba3aac7693f275bc203b2079ee5a5da17e5b"><code>65ffba3</code></a> chore: update uvloop test config</li> <li><a href="https://github.com/cole/aiosmtplib/commit/8b3b682e93d1494e0e08e948b4f97eda2a3f75f6"><code>8b3b682</code></a> chore: pypy3.11</li> <li><a href="https://github.com/cole/aiosmtplib/commit/b92702462603a0dc4afa97c78fac835b10699678"><code>b927024</code></a> chore: python major release</li> <li>Additional commits viewable in <a href="https://github.com/cole/aiosmtplib/compare/v4.0.1...v5.1.0">compare view</a></li> </ul> </details> <br /> 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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
