ishare2-org / ishare2-web-gui

16 stars 3 forks source link

Update dependency uvicorn to <=0.23.2 #30

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvicorn (changelog) <=0.22.0 -> <=0.23.2 age adoption passing confidence

Release Notes

encode/uvicorn (uvicorn) ### [`v0.23.2`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0232---2023-07-31) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.23.1...0.23.2) ##### Fixed - Maintain the same behavior of `websockets` from 10.4 on 11.0 ([#​2061](https://togithub.com/encode/uvicorn/issues/2061)) 30/07/23 ### [`v0.23.1`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0231---2023-07-18) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.23.0...0.23.1) ##### Fixed - Add `typing_extensions` for Python 3.10 and lower ([#​2053](https://togithub.com/encode/uvicorn/issues/2053)) 18/07/23 ### [`v0.23.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0230---2023-07-10) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.22.0...0.23.0) ##### Added - Add `--ws-max-queue` parameter WebSockets ([#​2033](https://togithub.com/encode/uvicorn/issues/2033)) 10/07/23 ##### Removed - Drop support for Python 3.7 ([#​1996](https://togithub.com/encode/uvicorn/issues/1996)) 19/06/23 - Remove `asgiref` as typing dependency ([#​1999](https://togithub.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 ([#​2043](https://togithub.com/encode/uvicorn/issues/2043)) 12/07/23 ##### Changed - Raise `ImportError` on circular import ([#​2040](https://togithub.com/encode/uvicorn/issues/2040)) 09/07/23 - Use `logger.getEffectiveLevel()` instead of `logger.level` to check if log level is `TRACE` ([#​1966](https://togithub.com/encode/uvicorn/issues/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.



This PR has been generated by Mend Renovate. View repository job log here.