Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate: dependency uvicorn to v0.32.1 #559

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvicorn (changelog) ==0.30.4 -> ==0.32.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

encode/uvicorn (uvicorn)

v0.32.1

Compare Source

Fixed
  • Drop ASGI spec version to 2.3 on HTTP scope #​2513
  • Enable httptools lenient data on httptools >= 0.6.3 #​2488

v0.32.0

Compare Source

Added
  • Officially support Python 3.13 (#​2482)
  • Warn when max_request_limit is exceeded (#​2430)

v0.31.1

Compare Source

Fixed
  • Support WebSockets 0.13.1 (#​2471)
  • Restore support for [*] in trusted hosts (#​2480)
  • Add PathLike[str] type hint for ssl_keyfile (#​2481)

v0.31.0

Compare Source

Added

Improve ProxyHeadersMiddleware (#​2468) and (#​2231):

  • Fix the host for requests from clients running on the proxy server itself.
  • Fallback to host that was already set for empty x-forwarded-for headers.
  • Also allow to specify IP Networks as trusted hosts. This greatly simplifies deployments
    on docker swarm/kubernetes, where the reverse proxy might have a dynamic IP.
    • This includes support for IPv6 Address/Networks.

v0.30.6

Compare Source

Fixed
  • Don't warn when upgrade is not WebSocket and depedencies are installed (#​2360)

v0.30.5

Compare Source

Fixed
  • Don't close connection before receiving body on H11 (#​2408)

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * " (UTC), Automerge - " * * * 1-5" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Dec 11, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from d8e65b1 to 009d69e Compare December 11, 2024 12:32
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.38%. Comparing base (3678f3c) to head (1439049).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #559      +/-   ##
==========================================
+ Coverage   87.35%   87.38%   +0.02%     
==========================================
  Files          76       76              
  Lines        3378     3386       +8     
==========================================
+ Hits         2951     2959       +8     
  Misses        427      427              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 874bb67 to b1859d0 Compare December 11, 2024 13:49
@stefpiatek stefpiatek enabled auto-merge (squash) December 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from f6b6aab to 1ce360c Compare December 11, 2024 14:10
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 1ce360c to 1439049 Compare December 11, 2024 14:25
@p-j-smith p-j-smith closed this Dec 11, 2024
auto-merge was automatically disabled December 11, 2024 14:37

Pull request was closed

Copy link
Contributor Author

renovate bot commented Dec 11, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==0.32.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/uvicorn-0.x branch December 11, 2024 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants