dependabot[bot] opened a new pull request, #2:
URL: https://github.com/apache/openserverless-runtimes/pull/2

   Bumps [twisted](https://github.com/twisted/twisted) from 21.7.0 to 23.10.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 23.10.0 (2023-10-31)</h1>
   <p>No changes since 23.10.0.rc1.</p>
   <h2>Features</h2>
   <ul>
   <li>twisted.python.filepath.FilePath and related classes 
(twisted.python.filepath.IFilepath, twisted.python.filepath.AbstractFilePath, 
twisted.python.zippath.ZipPath, and twisted.python.zippath.ZipArchive) now have 
type annotations.  Additionally, FilePath is now generic, describing its mode, 
so you can annotate variables as FilePath[str] or FilePath[bytes] depending on 
the types that you wish to get back from the 'path' attribute and related 
methods like 'basename'. (<a 
href="https://redirect.github.com/twisted/twisted/issues/11822";>#11822</a>)</li>
   <li>When using <code>CPython</code>, functions wrapped by 
<code>twisted.internet.defer.inlineCallbacks</code> can have their arguments 
and return values freed immediately after completion (due to there no longer 
being circular references). (<a 
href="https://redirect.github.com/twisted/twisted/issues/11885";>#11885</a>)</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fix TypeError on t.i.cfreactor due to 3.10 type annotation syntax (<a 
href="https://redirect.github.com/twisted/twisted/issues/11965";>#11965</a>)</li>
   <li>Fix the type annotations of DeferredLock.run, DeferredSemaphore.run, 
maybeDeferred, ensureDeferred, inlineCallbacks and fromCoroutine that used to 
return Deferred[Any] to return the result of the passed Coroutine/Coroutine 
function (<a 
href="https://redirect.github.com/twisted/twisted/issues/11985";>#11985</a>)</li>
   <li>Fixed significant performance overhead (CPU and bandwidth) when doing 
small writes to a TLS transport. Specifically, small writes to a TLS transport 
are now buffered until the next reactor iteration. (<a 
href="https://redirect.github.com/twisted/twisted/issues/11989";>#11989</a>)</li>
   <li>fix mypy due to hypothesis 6.85 (<a 
href="https://redirect.github.com/twisted/twisted/issues/11995";>#11995</a>)</li>
   </ul>
   <h2>Improved Documentation</h2>
   <ul>
   <li>The search and version navigation for the documentation hosted on
   Read The Docs was fixed.
   This was a regression introduced with 23.8.0. (<a 
href="https://redirect.github.com/twisted/twisted/issues/12012";>#12012</a>)</li>
   </ul>
   <h2>Deprecations and Removals</h2>
   <ul>
   <li>Drop support for Python 3.7. Remove twisted[contextvars] extra 
(contextvars are always available in Python 3.7+) (<a 
href="https://redirect.github.com/twisted/twisted/issues/11913";>#11913</a>)</li>
   </ul>
   <h2>Misc</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/twisted/twisted/issues/5206";>#5206</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11583";>#11583</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11787";>#11787</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11871";>#11871</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11912";>#11912</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11921";>#11921</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11922";>#11922</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11926";>#11926</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11932";>#11932</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11934";>#11934</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11936";>#11936</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11938";>#11938</a>, <a 
href="https://redirect.github.com/twisted/
 twisted/issues/11940">#11940</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11942";>#11942</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11945";>#11945</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11948";>#11948</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11952";>#11952</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11953";>#11953</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11955";>#11955</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11957";>#11957</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11959";>#11959</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11961";>#11961</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11964";>#11964</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11973";>#11973</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11977";>#11977</a>, <a 
href="https:
 //redirect.github.com/twisted/twisted/issues/11980">#11980</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11982";>#11982</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11993";>#11993</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11999";>#11999</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/12004";>#12004</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/12005";>#12005</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/12009";>#12009</a></li>
   </ul>
   <h2>Conch</h2>
   <p>No significant changes.</p>
   <h2>Web</h2>
   <!-- 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 23.10.0 (2023-10-31)</h1>
   <p>No changes since 23.10.0.rc1.</p>
   <h2>Features</h2>
   <ul>
   <li>twisted.python.filepath.FilePath and related classes 
(twisted.python.filepath.IFilepath, twisted.python.filepath.AbstractFilePath, 
twisted.python.zippath.ZipPath, and twisted.python.zippath.ZipArchive) now have 
type annotations.  Additionally, FilePath is now generic, describing its mode, 
so you can annotate variables as FilePath[str] or FilePath[bytes] depending on 
the types that you wish to get back from the 'path' attribute and related 
methods like 'basename'. (<a 
href="https://redirect.github.com/twisted/twisted/issues/11822";>#11822</a>)</li>
   <li>When using <code>CPython</code>, functions wrapped by 
<code>twisted.internet.defer.inlineCallbacks</code> can have their arguments 
and return values freed immediately after completion (due to there no longer 
being circular references). (<a 
href="https://redirect.github.com/twisted/twisted/issues/11885";>#11885</a>)</li>
   </ul>
   <h2>Bugfixes</h2>
   <ul>
   <li>Fix TypeError on t.i.cfreactor due to 3.10 type annotation syntax (<a 
href="https://redirect.github.com/twisted/twisted/issues/11965";>#11965</a>)</li>
   <li>Fix the type annotations of DeferredLock.run, DeferredSemaphore.run, 
maybeDeferred, ensureDeferred, inlineCallbacks and fromCoroutine that used to 
return Deferred[Any] to return the result of the passed Coroutine/Coroutine 
function (<a 
href="https://redirect.github.com/twisted/twisted/issues/11985";>#11985</a>)</li>
   <li>Fixed significant performance overhead (CPU and bandwidth) when doing 
small writes to a TLS transport. Specifically, small writes to a TLS transport 
are now buffered until the next reactor iteration. (<a 
href="https://redirect.github.com/twisted/twisted/issues/11989";>#11989</a>)</li>
   <li>fix mypy due to hypothesis 6.85 (<a 
href="https://redirect.github.com/twisted/twisted/issues/11995";>#11995</a>)</li>
   </ul>
   <h2>Improved Documentation</h2>
   <ul>
   <li>The search and version navigation for the documentation hosted on
   Read The Docs was fixed.
   This was a regression introduced with 23.8.0. (<a 
href="https://redirect.github.com/twisted/twisted/issues/12012";>#12012</a>)</li>
   </ul>
   <h2>Deprecations and Removals</h2>
   <ul>
   <li>Drop support for Python 3.7. Remove twisted[contextvars] extra 
(contextvars are always available in Python 3.7+) (<a 
href="https://redirect.github.com/twisted/twisted/issues/11913";>#11913</a>)</li>
   </ul>
   <h2>Misc</h2>
   <ul>
   <li><a 
href="https://redirect.github.com/twisted/twisted/issues/5206";>#5206</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11583";>#11583</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11787";>#11787</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11871";>#11871</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11912";>#11912</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11921";>#11921</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11922";>#11922</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11926";>#11926</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11932";>#11932</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11934";>#11934</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11936";>#11936</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11938";>#11938</a>, <a 
href="https://redirect.github.com/twisted/
 twisted/issues/11940">#11940</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11942";>#11942</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11945";>#11945</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11948";>#11948</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11952";>#11952</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11953";>#11953</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11955";>#11955</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11957";>#11957</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11959";>#11959</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11961";>#11961</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11964";>#11964</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11973";>#11973</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11977";>#11977</a>, <a 
href="https:
 //redirect.github.com/twisted/twisted/issues/11980">#11980</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11982";>#11982</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11993";>#11993</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/11999";>#11999</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/12004";>#12004</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/12005";>#12005</a>, <a 
href="https://redirect.github.com/twisted/twisted/issues/12009";>#12009</a></li>
   </ul>
   <h2>Conch</h2>
   <p>No significant changes.</p>
   <h2>Web</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/twisted/twisted/commit/f3f3389b1ee2605fb6d4c6d9dfb3913e84b11cde";><code>f3f3389</code></a>
 python -m incremental.update Twisted --newversion</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/2d15c00ba2d0cc82eb0b0901bdbc24793329ca13";><code>2d15c00</code></a>
 Add CVE id to bug.</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/61c46d40eb65e7aaeaf4f2b10f6696427d1401b3";><code>61c46d4</code></a>
 tox -e towncrier</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/650c59df32840918fd3fd1027302ce2a4d421d72";><code>650c59d</code></a>
 python -m incremental.update Twisted --rc</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/157cd8e659705940e895d321339d467e76ae9d0a";><code>157cd8e</code></a>
 <a href="https://redirect.github.com/twisted/twisted/issues/11985";>#11985</a> 
fix DeferredLock.run/Semaphore.run/maybeDeferred/ensureDeferred/inline...</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/ed25d4ad078822de32eeaf36eafbf30ee3a3d3ed";><code>ed25d4a</code></a>
 [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/5eb20781105a39f1e482ca2e09d9824d4fb039c0";><code>5eb2078</code></a>
 Merge branch 'trunk' into fix-concurrency-primative-type</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/2df4c76a41e831202261cfe7254b6590f5a34345";><code>2df4c76</code></a>
 Update src/twisted/test/test_defer.py</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/105a9f5a2e9c68845aa1a9b20c24cff65fe94401";><code>105a9f5</code></a>
 <a href="https://redirect.github.com/twisted/twisted/issues/11989";>#11989</a> 
Lots of small writes to the TLS transport use a lot of cpu (<a 
href="https://redirect.github.com/twisted/twisted/issues/11996";>#11996</a>)</li>
   <li><a 
href="https://github.com/twisted/twisted/commit/524a2fae10b77405847d025dd0158e0c59fdb2a4";><code>524a2fa</code></a>
 Fix lint</li>
   <li>Additional commits viewable in <a 
href="https://github.com/twisted/twisted/compare/twisted-21.7.0...twisted-23.10.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=twisted&package-manager=pip&previous-version=21.7.0&new-version=23.10.0)](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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/openserverless-runtimes/network/alerts).
   
   </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