Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump hypercorn from 0.16.0 to 0.17.3 (#133)
Bumps [hypercorn](https://github.com/pgjones/hypercorn) from 0.16.0 to 0.17.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst">hypercorn's changelog</a>.</em></p> <blockquote> <h2>0.17.3 2024-05-28</h2> <ul> <li>Restore set TCP_NODELAY on TCP sockets</li> <li>Support uvloop >= 0.18 and the loop_factory argument</li> <li>Bugfix ensure ExceptionGroup lifespan failures crash the server.</li> </ul> <h2>0.17.2 2024-05-27</h2> <ul> <li>Bugfix pass the correct quic connection to the H3 Protocol.</li> </ul> <h2>0.17.1 2024-05-27</h2> <ul> <li>Bugfix revert set TCP_NODELAY on sockets.</li> </ul> <h2>0.17.0 2024-05-27</h2> <ul> <li>Set TCP_NODELAY on sockets.</li> <li>Support sending trailing headers on h2/h3.</li> <li>Add support for lifespan state.</li> <li>Allow sending of the response before body data arrives.</li> <li>Bugfix properly set host header to ascii string in ProxyFixMiddleware.</li> <li>Bugfix encode headers using latin-1.</li> <li>Bugfix don't double-access log if the response was sent.</li> <li>Bugfix a statsd logging bug.</li> <li>Bugfix handle already-closed on StreamEnded.</li> <li>Bugfix send a 400 response if data is received before the websocket is accepted.</li> <li>Bugfix ensure only a single QUIC timer task per connection.</li> <li>Bugfix ensure responses are sent with empty bodies for WSGI.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pgjones/hypercorn/commit/c405deafb22d66587ea0aff4f8fa4f5688b74351"><code>c405dea</code></a> Bump and release 0.17.3</li> <li><a href="https://github.com/pgjones/hypercorn/commit/bfb087756da53c25fd9390b4ea0acf914408ecbf"><code>bfb0877</code></a> Bugfix ensure ExceptionGroup lifespan failures crash the server</li> <li><a href="https://github.com/pgjones/hypercorn/commit/edd0aac585043a00d2c8291b83482928750f555c"><code>edd0aac</code></a> Support uvloop >= 0.18 and the loop_factory argument</li> <li><a href="https://github.com/pgjones/hypercorn/commit/bc6e1c05c0aff8ed2f60f25bb5e3681368fcdc1b"><code>bc6e1c0</code></a> Restore set TCP_NODELAY on TCP sockets</li> <li><a href="https://github.com/pgjones/hypercorn/commit/7136c61029532d9f9563e993f045f6c16630c53b"><code>7136c61</code></a> Bump and release 0.17.2</li> <li><a href="https://github.com/pgjones/hypercorn/commit/c03a75f15d5316e2a1bcc5f46550da5b24c314e6"><code>c03a75f</code></a> Bugfix pass the correct quic connection to the H3 Protocol</li> <li><a href="https://github.com/pgjones/hypercorn/commit/494268ae438540f8db098881d03c2481d182ea34"><code>494268a</code></a> Bump and release 0.17.1</li> <li><a href="https://github.com/pgjones/hypercorn/commit/74d5b958d4bf85c4c52fa535f4b9d2cfb2e0738e"><code>74d5b95</code></a> Revert "Set TCP_NODELAY on sockets"</li> <li><a href="https://github.com/pgjones/hypercorn/commit/a2e7bcece2c9dc1ad3dca5bbc4de3a7fce2ea5ce"><code>a2e7bce</code></a> Bump and release 0.17.0</li> <li><a href="https://github.com/pgjones/hypercorn/commit/d16b50398aaedc509f83fe2b5c6c83a0ffbfc991"><code>d16b503</code></a> Improve the trailing headers support</li> <li>Additional commits viewable in <a href="https://github.com/pgjones/hypercorn/compare/0.16.0...0.17.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hypercorn&package-manager=pip&previous-version=0.16.0&new-version=0.17.3)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information