Update dependency uvicorn to ^0.23.0 #139

Merged
Xefir merged 1 commits from renovate/uvicorn-0.x into master 2023-07-15 18:29:55 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
uvicorn (changelog) dependencies minor ^0.22.0 -> ^0.23.0

Release Notes

encode/uvicorn (uvicorn)

v0.23.0

Compare Source

Added
  • Add --ws-max-queue parameter WebSockets (#​2033) 10/07/23
Removed
  • Drop support for Python 3.7 (#​1996) 19/06/23
  • Remove asgiref as typing dependency (#​1999) 08/06/23
Fixed
  • Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets (#​2043) 12/07/23
Changed
  • Raise ImportError on circular import (#​2040) 09/07/23
  • Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE (#​1966) 01/06/23

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.22.0` -> `^0.23.0` | --- ### Release Notes <details> <summary>encode/uvicorn (uvicorn)</summary> ### [`v0.23.0`](https://github.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0230---2023-07-10) [Compare Source](https://github.com/encode/uvicorn/compare/0.22.0...0.23.0) ##### Added - Add `--ws-max-queue` parameter WebSockets ([#&#8203;2033](https://github.com/encode/uvicorn/issues/2033)) 10/07/23 ##### Removed - Drop support for Python 3.7 ([#&#8203;1996](https://github.com/encode/uvicorn/issues/1996)) 19/06/23 - Remove `asgiref` as typing dependency ([#&#8203;1999](https://github.com/encode/uvicorn/issues/1999)) 08/06/23 ##### Fixed - Set `scope["scheme"]` to `ws` or `wss` instead of `http` or `https` on `ProxyHeadersMiddleware` for WebSockets ([#&#8203;2043](https://github.com/encode/uvicorn/issues/2043)) 12/07/23 ##### Changed - Raise `ImportError` on circular import ([#&#8203;2040](https://github.com/encode/uvicorn/issues/2040)) 09/07/23 - Use `logger.getEffectiveLevel()` instead of `logger.level` to check if log level is `TRACE` ([#&#8203;1966](https://github.com/encode/uvicorn/issues/1966)) 01/06/23 </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:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjQiLCJ1cGRhdGVkSW5WZXIiOiIzNi44LjQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
Xefir added 1 commit 2023-07-15 06:37:09 +00:00
divent / lint (push) Successful in 2m9s Details
divent / docker (push) Successful in 1m33s Details
divent / pypi (push) Has been skipped Details
5f3bd3fb24
Update dependency uvicorn to ^0.23.0
Xefir merged commit cab7989359 into master 2023-07-15 18:29:55 +00:00
Xefir deleted branch renovate/uvicorn-0.x 2023-07-15 18:29:56 +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#139
No description provided.