Skip to content

Update hypercorn requirement from >=0.14.3 to >=0.18.0#3

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/hypercorn-gte-0.18.0
Open

Update hypercorn requirement from >=0.14.3 to >=0.18.0#3
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/hypercorn-gte-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on hypercorn to permit the latest version.

Changelog

Sourced from hypercorn's changelog.

0.18.0 2025-11-08

  • Add a config and command line argument to daemonise the workers
  • Reload workers on SIGHUP.
  • Bugfix correct the dispatcher middleware root path and path.
  • Bugfix set end_stream when sending trailers.
  • Bugfix connection asgi-state isolation.
  • Bugfix Remove streams on StreamClosed for h3.
  • Bugfix delay sending http headers when serving WSGI apps.
  • Drop Python 3.8, 3.9 and support 3.13, 3.14

0.17.3 2024-05-28

  • Restore set TCP_NODELAY on TCP sockets
  • Support uvloop >= 0.18 and the loop_factory argument
  • Bugfix ensure ExceptionGroup lifespan failures crash the server.

0.17.2 2024-05-27

  • Bugfix pass the correct quic connection to the H3 Protocol.

0.17.1 2024-05-27

  • Bugfix revert set TCP_NODELAY on sockets.

0.17.0 2024-05-27

  • Set TCP_NODELAY on sockets.
  • Support sending trailing headers on h2/h3.
  • Add support for lifespan state.
  • Allow sending of the response before body data arrives.
  • Bugfix properly set host header to ascii string in ProxyFixMiddleware.
  • Bugfix encode headers using latin-1.
  • Bugfix don't double-access log if the response was sent.
  • Bugfix a statsd logging bug.
  • Bugfix handle already-closed on StreamEnded.
  • Bugfix send a 400 response if data is received before the websocket is accepted.
  • Bugfix ensure only a single QUIC timer task per connection.
  • Bugfix ensure responses are sent with empty bodies for WSGI.

0.16.0 2024-01-01

... (truncated)

Commits
  • 0e2311f Bump and release 0.18.0
  • e303b46 Switch to my composite actions and add Zizmor
  • fcc93c8 Reload workers on SIGHUP
  • fbcc9c3 Add a config and command line argument to daemonise the workers
  • ed6cd40 Minor tweaks to recent commits
  • 3a01656 Improve the trio typing
  • d3786eb Delay sending http headers
  • 7bdaebf h3: Remove streams on StreamClosed
  • cd992f8 fix connection state leak
  • 50057c4 set end_stream when sending trailers
  • Additional commits viewable in compare view

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 commands and options

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 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)

Updates the requirements on [hypercorn](https://github.com/pgjones/hypercorn) to permit the latest version.
- [Changelog](https://github.com/pgjones/hypercorn/blob/main/CHANGELOG.rst)
- [Commits](pgjones/hypercorn@0.14.3...0.18.0)

---
updated-dependencies:
- dependency-name: hypercorn
  dependency-version: 0.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants