Bumps [twisted](https://github.com/twisted/twisted) from 19.10.0 to 22.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twisted/twisted/releases">twisted's releases</a>.</em></p> <blockquote> <h1>Twisted 22.1.0 (2022-02-03)</h1> <h2>Features</h2> <ul> <li>Python 3.10 is now a supported platform (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10224">#10224</a>)</li> <li>Type annotations have been added to the twisted.python.fakepwd module. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10287">#10287</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>twisted.internet.defer.inlineCallbacks has an improved type annotation, to avoid typing errors when it is used on a function which returns a non-None result. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10231">#10231</a>)</li> <li><code>twisted.internet.base.DelayedCall.__repr__</code> and <code>twisted.internet.task.LoopingCall.__repr__</code> had the changes from <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10155">#10155</a> reverted to accept non-function callables. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10235">#10235</a>)</li> <li>Revert the removal of .whl building that was done as part of <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10177">#10177</a>. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10236">#10236</a>)</li> <li>The type annotation of the host parameter to twisted.internet.interfaces.IReactorTCP.connectTCP has been corrected from bytes to str. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10251">#10251</a>)</li> <li>Deprecated <code>twisted.python.threading.ThreadPool.currentThread()</code> in favor of <code>threading.current_thread()</code>. Switched <code>twisted.python.threading.ThreadPool.currentThread()</code> and <code>twisted.python.threadable.getThreadID()</code> to use `threading.current_thread()<code>to avoid the deprecation warnings introduced for</code>threading.currentThread()`` in Python 3.10. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10273">#10273</a>)</li> </ul> <h2>Improved Documentation</h2> <ul> <li>twisted.internet.utils.runWithWarningsSupressed behavior of waiting on deferreds has been documented. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10238">#10238</a>)</li> <li>Sync API docs templates with pydoctor 21.9.0 release, using new theming capabilities. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10267">#10267</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twisted/twisted/issues/1681">#1681</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/9944">#9944</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10198">#10198</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10218">#10218</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10219">#10219</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10228">#10228</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10229">#10229</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10234">#10234</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10239">#10239</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10240">#10240</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10245">#10245</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10246">#10246</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10248">#10248</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10250">#10250</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10255">#10255</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10277">#10277</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10288">#10288</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10292">#10292</a></li> </ul> <h2>Conch</h2> <p>Features</p> <pre><code> - twisted.conch.ssh now supports SSH extension negotiation (RFC 8308). ([#10266](https://github.com/twisted/twisted/issues/10266)) <p>Bugfixes </code></pre></p> <ul> <li>twisted.conch now uses constant-time comparisons for MACs. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/8199">#8199</a>)</li> <li>twisted.conch.ssh.filetransfer.FileTransferServer will now return an ENOENT error status if an SFTP client tries to close an unrecognized file handle. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10293">#10293</a>)</li> <li>SSHTransportBase.ssh_KEXINIT now uses the remote peer preferred MAC list for negotiation. In previous versions it was only using the local preferred MAC list. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10241">#10241</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twisted/twisted/blob/trunk/NEWS.rst">twisted's changelog</a>.</em></p> <blockquote> <h1>Twisted 22.1.0 (2022-02-03)</h1> <h2>Features</h2> <ul> <li>Python 3.10 is now a supported platform (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10224">#10224</a>)</li> <li>Type annotations have been added to the twisted.python.fakepwd module. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10287">#10287</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>twisted.internet.defer.inlineCallbacks has an improved type annotation, to avoid typing errors when it is used on a function which returns a non-None result. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10231">#10231</a>)</li> <li><code>twisted.internet.base.DelayedCall.__repr__</code> and <code>twisted.internet.task.LoopingCall.__repr__</code> had the changes from <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10155">#10155</a> reverted to accept non-function callables. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10235">#10235</a>)</li> <li>Revert the removal of .whl building that was done as part of <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10177">#10177</a>. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10236">#10236</a>)</li> <li>The type annotation of the host parameter to twisted.internet.interfaces.IReactorTCP.connectTCP has been corrected from bytes to str. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10251">#10251</a>)</li> <li>Deprecated <code>twisted.python.threading.ThreadPool.currentThread()</code> in favor of <code>threading.current_thread()</code>. Switched <code>twisted.python.threading.ThreadPool.currentThread()</code> and <code>twisted.python.threadable.getThreadID()</code> to use `threading.current_thread()<code>to avoid the deprecation warnings introduced for</code>threading.currentThread()`` in Python 3.10. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10273">#10273</a>)</li> </ul> <h2>Improved Documentation</h2> <ul> <li>twisted.internet.utils.runWithWarningsSupressed behavior of waiting on deferreds has been documented. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10238">#10238</a>)</li> <li>Sync API docs templates with pydoctor 21.9.0 release, using new theming capabilities. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10267">#10267</a>)</li> </ul> <h2>Misc</h2> <ul> <li><a href="https://github-redirect.dependabot.com/twisted/twisted/issues/1681">#1681</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/9944">#9944</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10198">#10198</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10218">#10218</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10219">#10219</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10228">#10228</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10229">#10229</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10234">#10234</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10239">#10239</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10240">#10240</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10245">#10245</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10246">#10246</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10248">#10248</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10250">#10250</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10255">#10255</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10277">#10277</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10288">#10288</a>, <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10292">#10292</a></li> </ul> <h2>Conch</h2> <h2>Bugfixes</h2> <ul> <li>SSHTransportBase.ssh_KEXINIT now uses the remote peer preferred MAC list for negotiation. In previous versions it was only using the local preferred MAC list. (<a href="https://github-redirect.dependabot.com/twisted/twisted/issues/10241">#10241</a>)</li> </ul> <p>Features</p> <pre><code> - twisted.conch.ssh now supports SSH extension negotiation (RFC 8308). ([#10266](https://github.com/twisted/twisted/issues/10266)) <p>Bugfixes </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twisted/twisted/commit/45d463c02ebbbdcbe18b3807419422101538ffca"><code>45d463c</code></a> move conch bugfix.</li> <li><a href="https://github.com/twisted/twisted/commit/d48e4d393f64f331db745fa7f464446162dd1b34"><code>d48e4d3</code></a> Manually update the release version and date inside the NEWS file. T</li> <li><a href="https://github.com/twisted/twisted/commit/9ce50610a482a7a46ff790cd682588af5a491fe9"><code>9ce5061</code></a> Update final release version.</li> <li><a href="https://github.com/twisted/twisted/commit/9d9322b73945ff152dd2cd268d48581cd1b53f72"><code>9d9322b</code></a> Update the release notes.</li> <li><a href="https://github.com/twisted/twisted/commit/7e65fbeed3d74a4eb1c40d7a6df5651782becbc8"><code>7e65fbe</code></a> Bump copyright.</li> <li><a href="https://github.com/twisted/twisted/commit/ddf72a9374cca7018ae4c61e17fb5599ac55b6d9"><code>ddf72a9</code></a> tox -e towncrier</li> <li><a href="https://github.com/twisted/twisted/commit/b33589fd9fe44cbc3ca8bd0f82e3ccdf943ce158"><code>b33589f</code></a> Update to 21.1.0.rc1</li> <li><a href="https://github.com/twisted/twisted/commit/a033c848d3adc1359d88a9806db8bbd427313841"><code>a033c84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twisted/twisted/issues/1685">#1685</a> from twisted/10293-conch-sftp-close-invalid-handle</li> <li><a href="https://github.com/twisted/twisted/commit/9e9cce23bb399f9231fd0ed8c69dcbb853b14e87"><code>9e9cce2</code></a> Copy the skip logic from FileTransferCloseTests</li> <li><a href="https://github.com/twisted/twisted/commit/385e9f2dd14f5e991033feec6885fa961fd75096"><code>385e9f2</code></a> mention the name of the draft doc</li> <li>Additional commits viewable in <a href="https://github.com/twisted/twisted/compare/twisted-19.10.0...twisted-22.1.0">compare view</a></li> </ul> </details> <br /> [](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) --- <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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/adorum/reality/network/alerts). </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.