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

build(deps): Update uvicorn[standard] requirement from <0.33,>=0.30 to >=0.30,<0.35 #457

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Updates the requirements on uvicorn[standard] to permit the latest version.

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.34.0

What's Changed


Full Changelog: encode/uvicorn@0.33.0...0.34.0

Changelog

Sourced from uvicorn[standard]'s changelog.

0.34.0 (2024-12-15)

Added

  • Add content-length to 500 response in wsproto implementation (#2542)

Removed

  • Drop support for Python 3.8 (#2543)

0.33.0 (2024-12-14)

Removed

  • Remove WatchGod support for --reload (#2536)

0.32.1 (2024-11-20)

Fixed

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

0.32.0 (2024-10-15)

Added

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

0.31.1 (2024-10-09)

Fixed

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

0.31.0 (2024-09-27)

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.

... (truncated)

Commits

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

Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.30.0...0.34.0)

---
updated-dependencies:
- dependency-name: uvicorn[standard]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2024
@Bodong-Yang Bodong-Yang merged commit b710bb0 into main Dec 17, 2024
6 checks passed
@Bodong-Yang Bodong-Yang deleted the dependabot/pip/uvicorn-standard--gte-0.30-and-lt-0.35 branch December 17, 2024 00:53
Bodong-Yang added a commit that referenced this pull request Dec 18, 2024
commit b4b9547
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:51:29 2024 +0000

    ota_core: wait on any_child_ecu_in_update not set

commit 1fd8994
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:35:21 2024 +0000

    minor fix

commit 276deff
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:33:38 2024 +0000

    fix up test_ecu_status

commit 2f5d322
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:22:29 2024 +0000

    fix up test_ecu_status

commit 7a57a6f
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:11:40 2024 +0000

    ecu_status: set ecu_status_flags.any_child_ecu_in_update accordingly

commit 1ac7cc9
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:08:32 2024 +0000

    otaclient.main: MultipleECUStatusFlags: rename any_in_update to any_child_ecu_in_update

commit f19560c
Author: bodong.yang <[email protected]>
Date:   Wed Dec 18 07:08:11 2024 +0000

    otaclient._types: MultipleECUStatusFlags: rename any_in_update to any_child_ecu_in_update

commit 3d05444
Author: Keisuke Nakata <[email protected]>
Date:   Tue Dec 17 10:21:54 2024 +0900

    docs: update DEVELOPMENT.md (#455)

    update DEVELOPMENT.md

commit b710bb0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Dec 17 09:53:24 2024 +0900

    build(deps): Update uvicorn[standard] requirement (#457)

    Updates the requirements on [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.
    - [Release notes](https://github.com/encode/uvicorn/releases)
    - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
    - [Commits](encode/uvicorn@0.30.0...0.34.0)

    ---
    updated-dependencies:
    - dependency-name: uvicorn[standard]
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3ffaf90
Author: Bodong Yang <[email protected]>
Date:   Mon Dec 16 15:30:09 2024 +0900

    feat: deps: bump to use simple-sqlite3-orm v0.5.0, update the otaproxy accordingly (#454)

    This PR bumps to use simple-sqlite3-orm v0.5.0 for otaproxy, and updates the otaproxy accordingly. Also missing indexes for ota_cache metadata db (previously defined before otaclient v3.7.1) are added back to otaproxy.

    Other minor changes:
    1. lru_cache_helper: use burst_suppressed_logger for loggings that might be flooded.
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant