dependabot[bot] opened a new pull request, #279:
URL: https://github.com/apache/incubator-ponymail-foal/pull/279

   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>v4.0.0</h2>
   <ul>
   <li><strong>BREAKING</strong>: Drop Python 3.8 support</li>
   <li>Bugfix: Run socket.getfqdn in thread to avoid blocking event loop if 
local_hostname 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 hostname and 
use_tls=True</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/cole/aiosmtplib/compare/v3.0.2...v4.0.0";>https://github.com/cole/aiosmtplib/compare/v3.0.2...v4.0.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>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 &quot;send&quot; 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</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/6438576fe2012a18212c8efa2f5a1228e5f10489";><code>6438576</code></a>
 chore: set version to 4.0.0</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/332ad364618ca83a5fe7c5223678bbc338ec93aa";><code>332ad36</code></a>
 docs: add proxy section</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/db8e0b956060436aedc86e4a880e8750dcc66f03";><code>db8e0b9</code></a>
 test: add command lock guard coverage</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/96f5112fcce12e93acd80518299710d1b93739ec";><code>96f5112</code></a>
 fix: socket connections now allow TLS</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/0d0c1cb01005a187497e9e2c4648120b238f9d21";><code>0d0c1cb</code></a>
 feat: clear connect lock on disconnect</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/89a7d8cea80de36b35eb860cfeb86ff071598fe0";><code>89a7d8c</code></a>
 test: additional flow control coverage</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/c91d49b4a3543482963355a734821f0f1c074ba7";><code>c91d49b</code></a>
 test: add test for start_tls timeout</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/811fac1df7b78fc7ace9673d3aa1d4f0081cb44f";><code>811fac1</code></a>
 test: add case for auto start tls not supported</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/f8a238c18e536f1a1e3a84fa2d885fcf4b052c37";><code>f8a238c</code></a>
 test: remove test_live</li>
   <li><a 
href="https://github.com/cole/aiosmtplib/commit/f812177a19096d033cf57277bddb9a9ce69d7864";><code>f812177</code></a>
 test: add cleanup to mock quit error</li>
   <li>Additional commits viewable in <a 
href="https://github.com/cole/aiosmtplib/compare/v1.1.3...v4.0.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 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]

Reply via email to