Update dependency uvicorn to ^0.21.0 #103

Merged
Xefir merged 1 commits from renovate/uvicorn-0.x into master 2023-03-11 15:53:45 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
uvicorn (changelog) dependencies minor ^0.20.0 -> ^0.21.0

Release Notes

encode/uvicorn

v0.21.0

Compare Source

Added
  • Introduce lifespan state (#​1818) 05/03/23
  • Allow headers to be sent as iterables on H11 implementation (#​1782) 27/11/22
  • Improve discoverability when --port=0 is used (#​1890) 09/03/23
Changed
  • Avoid importing h11 and pyyaml when not needed to improve import time (#​1846) 07/02/23
  • Replace current native WSGIMiddleware implementation by a2wsgi (#​1825) 16/01/23
  • Change default --app-dir from "." (dot) to "" (empty string) (#​1835) 06/01/23
Fixed
  • Send code 1012 on shutdown for WebSockets (#​1816) 06/01/23
  • Use surrogateescape to encode headers on websockets implementation (#​1005) 12/12/22
  • Fix warning message on reload failure (#​1784) 29/11/22

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uvicorn](https://github.com/encode/uvicorn) ([changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)) | dependencies | minor | `^0.20.0` -> `^0.21.0` | --- ### Release Notes <details> <summary>encode/uvicorn</summary> ### [`v0.21.0`](https://github.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#&#8203;0210---2023-03-09) [Compare Source](https://github.com/encode/uvicorn/compare/0.20.0...0.21.0) ##### Added - Introduce lifespan state ([#&#8203;1818](https://github.com/encode/uvicorn/issues/1818)) 05/03/23 - Allow headers to be sent as iterables on H11 implementation ([#&#8203;1782](https://github.com/encode/uvicorn/issues/1782)) 27/11/22 - Improve discoverability when --port=0 is used ([#&#8203;1890](https://github.com/encode/uvicorn/issues/1890)) 09/03/23 ##### Changed - Avoid importing `h11` and `pyyaml` when not needed to improve import time ([#&#8203;1846](https://github.com/encode/uvicorn/issues/1846)) 07/02/23 - Replace current native `WSGIMiddleware` implementation by `a2wsgi` ([#&#8203;1825](https://github.com/encode/uvicorn/issues/1825)) 16/01/23 - Change default `--app-dir` from "." (dot) to "" (empty string) ([#&#8203;1835](https://github.com/encode/uvicorn/issues/1835)) 06/01/23 ##### Fixed - Send code 1012 on shutdown for WebSockets ([#&#8203;1816](https://github.com/encode/uvicorn/issues/1816)) 06/01/23 - Use `surrogateescape` to encode headers on `websockets` implementation ([#&#8203;1005](https://github.com/encode/uvicorn/issues/1005)) 12/12/22 - Fix warning message on reload failure ([#&#8203;1784](https://github.com/encode/uvicorn/issues/1784)) 29/11/22 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4yIn0=-->
Xefir added 1 commit 2023-03-10 00:34:16 +00:00
continuous-integration/drone/push Build is passing Details
8d18bcc148
Update dependency uvicorn to ^0.21.0
Xefir merged commit 0307177ff2 into master 2023-03-11 15:53:45 +00:00
Xefir deleted branch renovate/uvicorn-0.x 2023-03-11 15:53:46 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/Divent#103
No description provided.