chore(deps): update dependency uvicorn to v0.49.0 #98

Merged
alpha-nerd merged 1 commit from renovate/uvicorn-0.x into main 2026-06-13 09:32:50 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
uvicorn (changelog) ==0.47.0==0.49.0 age confidence

Release Notes

Kludex/uvicorn (uvicorn)

v0.49.0: Version 0.49.0

Compare Source

What's Changed

  • Bump httptools minimum version to 0.8.0 by @​Kludex in #​2962
  • Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them) by @​Kludex in #​2971

Full Changelog: https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0

v0.48.0: Version 0.48.0

Compare Source

What's Changed

Full Changelog: https://github.com/Kludex/uvicorn/compare/0.47.0...0.48.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [uvicorn](https://github.com/Kludex/uvicorn) ([changelog](https://uvicorn.dev/release-notes)) | `==0.47.0` → `==0.49.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/uvicorn/0.49.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uvicorn/0.47.0/0.49.0?slim=true) | --- ### Release Notes <details> <summary>Kludex/uvicorn (uvicorn)</summary> ### [`v0.49.0`](https://github.com/Kludex/uvicorn/releases/tag/0.49.0): Version 0.49.0 [Compare Source](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0) #### What's Changed - Bump httptools minimum version to 0.8.0 by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;2962](https://github.com/Kludex/uvicorn/pull/2962) - Consume duplicate forwarding headers in ProxyHeadersMiddleware (reverses the 0.48.0 behavior of ignoring them) by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;2971](https://github.com/Kludex/uvicorn/pull/2971) **Full Changelog**: <https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0> ### [`v0.48.0`](https://github.com/Kludex/uvicorn/releases/tag/0.48.0): Version 0.48.0 [Compare Source](https://github.com/Kludex/uvicorn/compare/0.47.0...0.48.0) #### What's Changed - Default `ssl_ciphers` to `None` and use OpenSSL defaults by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;2940](https://github.com/Kludex/uvicorn/pull/2940) - Ignore duplicate forwarding headers in `ProxyHeadersMiddleware` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;2944](https://github.com/Kludex/uvicorn/pull/2944) **Full Changelog**: <https://github.com/Kludex/uvicorn/compare/0.47.0...0.48.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
dependencies
label 2026-05-24 14:17:44 +02:00
renovate-bot added 1 commit 2026-05-24 14:17:45 +02:00
chore(deps): update dependency uvicorn to v0.48.0
All checks were successful
PR Tests / test (pull_request) Successful in 1m3s
NYX Security Scan / nyx-scan (pull_request) Successful in 6m54s
7a8b6b8229
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-24 14:17:50 +02:00
renovate-bot force-pushed renovate/uvicorn-0.x from 7a8b6b8229 to f76e6d6662 2026-05-27 21:16:54 +02:00 Compare
renovate-bot force-pushed renovate/uvicorn-0.x from f76e6d6662 to cee1a7b54b 2026-05-28 07:37:17 +02:00 Compare
renovate-bot force-pushed renovate/uvicorn-0.x from cee1a7b54b to fa3d2260e0 2026-05-30 11:28:22 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency uvicorn to v0.48.0 to chore(deps): update dependency uvicorn to v0.49.0 2026-06-04 00:11:19 +02:00
renovate-bot force-pushed renovate/uvicorn-0.x from fa3d2260e0 to 334b755765 2026-06-04 00:11:20 +02:00 Compare
renovate-bot force-pushed renovate/uvicorn-0.x from 334b755765 to c5431e48db 2026-06-07 17:30:02 +02:00 Compare
Owner

/oc any breaking changes in this PR that affect this app

/oc any breaking changes in this PR that affect this app
Owner

No breaking changes affect this app.

  • The ProxyHeadersMiddleware behavior change is irrelevant — the app does not configure proxy_headers or use ProxyHeadersMiddleware.
  • No httptools is pinned in requirements, so the minimum version bump to 0.8.0 is not blocked.

This is a safe upgrade.

opencode session  |  forgejo run

**No breaking changes affect this app.** - The `ProxyHeadersMiddleware` behavior change is irrelevant — the app does not configure `proxy_headers` or use `ProxyHeadersMiddleware`. - No `httptools` is pinned in requirements, so the minimum version bump to 0.8.0 is not blocked. This is a safe upgrade. [opencode session](https://opencode.ai/s/K7lL0l08)&nbsp;&nbsp;|&nbsp;&nbsp;[forgejo run](https://bitfreedom.net/code/nomyo-ai/nomyo-router/actions/runs/386)
renovate-bot force-pushed renovate/uvicorn-0.x from c5431e48db to 08129ef57a 2026-06-09 10:31:18 +02:00 Compare
renovate-bot force-pushed renovate/uvicorn-0.x from 08129ef57a to d91dbf8358 2026-06-09 19:30:56 +02:00 Compare
renovate-bot force-pushed renovate/uvicorn-0.x from d91dbf8358 to 9e152fbca7 2026-06-10 17:31:28 +02:00 Compare
alpha-nerd merged commit be384b96f4 into main 2026-06-13 09:32:50 +02:00
Sign in to join this conversation.
No description provided.