dependabot[bot] opened a new pull request, #267: URL: https://github.com/apache/incubator-ponymail-foal/pull/267
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>v3.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> <p><strong>Full Changelog</strong>: <a href="https://github.com/cole/aiosmtplib/compare/v3.0.1...v3.0.2">https://github.com/cole/aiosmtplib/compare/v3.0.1...v3.0.2</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>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> <h2>3.0.0</h2> <ul> <li><strong>BREAKING</strong>: Drop Python 3.7 support.</li> <li><strong>BREAKING</strong>: Positional arguments are now positional only, and keyword arguments are keyword only.</li> <li><strong>BREAKING</strong>: Passing <code>source_address</code> as a string argument (deprecated in 2.0) is now an error. <code>source_address</code> takes a (addr, port) tuple that is used as the <code>local_addr</code> param of <code>asyncio.create_connection</code>, allowing for binding to a specific IP. The <code>local_hostname</code> argument takes the value to be sent to the server with the EHLO/HELO message (which is what <code>source_address</code> was used for prior to 2.0).</li> <li>Change: don't use timeout value passed to <code>connect</code> everywhere, only for the initial connection (credit <a href="https://github.com/wombatonfire"><code>@wombatonfire</code></a>)</li> <li>Change: removed unnecessary connection lost callback</li> <li>Change: revised handling for 'Future exception was never retrieved' warnings in protocol</li> </ul> <h2>2.0.2</h2> <ul> <li>Bugfix: don't send extra EHLO/HELO before QUIT (credit <a href="https://github.com/ikrivosheev"><code>@ikrivosheev</code></a>)</li> <li>Change: added SMTPConnectionResponseError for invalid response on connect only (credit <a href="https://github.com/ikrivosheev"><code>@ikrivosheev</code></a>)</li> </ul> <h2>2.0.1</h2> <ul> <li>Bugfix: "tests" and "docs" in the sdist should be includes, not packages, so that they do not get put in <code>site-packages</code>.</li> </ul> <p>2.0.0</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cole/aiosmtplib/commit/edc9f999c4593b298379663d31cf05396cf4f2e2"><code>edc9f99</code></a> chore: 3.0.2 release</li> <li><a href="https://github.com/cole/aiosmtplib/commit/b4b31644a2aca75fb4e8cb22b129ccc4cb022bb9"><code>b4b3164</code></a> ci: add pyright check</li> <li><a href="https://github.com/cole/aiosmtplib/commit/9d7bb354705247c43c9b17ce2ff074640d29fb21"><code>9d7bb35</code></a> fix: unknown socket path type</li> <li><a href="https://github.com/cole/aiosmtplib/commit/97b35f9e6aa8f3c32ce59cc74cd66dd4877cd77f"><code>97b35f9</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/cole/aiosmtplib/commit/1e9bdff15ce09eb7bc9f596a484d176a653cadfc"><code>1e9bdff</code></a> Revert "fix: unknown socket path type"</li> <li><a href="https://github.com/cole/aiosmtplib/commit/cfac3def8ac27c9ac46dee1152e2c4c8ce617910"><code>cfac3de</code></a> fix: unknown socket path type</li> <li><a href="https://github.com/cole/aiosmtplib/commit/ec371fbfb0a2a26e56e5d5d3de18bf335f264670"><code>ec371fb</code></a> docs: fix module linking on sphinx 7.2+</li> <li><a href="https://github.com/cole/aiosmtplib/commit/80d444f29816560e4d9081e41185319fae417af7"><code>80d444f</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/cole/aiosmtplib/commit/ae56ef254b73c816f515ef79e32f199710e746a2"><code>ae56ef2</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/cole/aiosmtplib/commit/1bb95565dc68bd0e5b033e35f4604608115d22f4"><code>1bb9556</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/cole/aiosmtplib/compare/v1.1.3...v3.0.2">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 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) </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]
