chore(deps): update dependency uvicorn to >=0.17.6,<0.36.0 (#3124)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [uvicorn](https://redirect.github.com/encode/uvicorn) ([changelog](https://www.uvicorn.org/release-notes)) | `>=0.17.6,<0.33.0` -> `>=0.17.6,<0.36.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>encode/uvicorn (uvicorn)</summary> ### [`v0.35.0`](https://redirect.github.com/encode/uvicorn/releases/tag/0.35.0): Version 0.35.0 [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.34.3...0.35.0) #### Added - Add `WebSocketsSansIOProtocol` by [@​Kludex](https://redirect.github.com/Kludex) in [https://github.com/encode/uvicorn/pull/2540](https://redirect.github.com/encode/uvicorn/pull/2540) #### Changed - Refine help message for option `--proxy-headers` by [@​zhangyoufu](https://redirect.github.com/zhangyoufu) in [https://github.com/encode/uvicorn/pull/2653](https://redirect.github.com/encode/uvicorn/pull/2653) #### New Contributors - [@​zhangyoufu](https://redirect.github.com/zhangyoufu) made their first contribution in [https://github.com/encode/uvicorn/pull/2653](https://redirect.github.com/encode/uvicorn/pull/2653) **Full Changelog**: https://github.com/encode/uvicorn/compare/0.34.3...0.35.0 ### [`v0.34.3`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.3): Version 0.34.3 [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.34.2...0.34.3) #### What's Changed - Don't include `cwd()` when non-empty `--reload-dirs` is passed by [@​stinovlas](https://redirect.github.com/stinovlas) in [https://github.com/encode/uvicorn/pull/2598](https://redirect.github.com/encode/uvicorn/pull/2598) - Apply `get_client_addr` formatting to WebSocket logging by [@​Harry-Lees](https://redirect.github.com/Harry-Lees) in [https://github.com/encode/uvicorn/pull/2636](https://redirect.github.com/encode/uvicorn/pull/2636) - chore: improve type hints by [@​waketzheng](https://redirect.github.com/waketzheng) in [https://github.com/encode/uvicorn/pull/2638](https://redirect.github.com/encode/uvicorn/pull/2638) #### New Contributors - [@​stinovlas](https://redirect.github.com/stinovlas) made their first contribution in [https://github.com/encode/uvicorn/pull/2598](https://redirect.github.com/encode/uvicorn/pull/2598) - [@​LifeLex](https://redirect.github.com/LifeLex) made their first contribution in [https://github.com/encode/uvicorn/pull/2621](https://redirect.github.com/encode/uvicorn/pull/2621) - [@​Harry-Lees](https://redirect.github.com/Harry-Lees) made their first contribution in [https://github.com/encode/uvicorn/pull/2636](https://redirect.github.com/encode/uvicorn/pull/2636) - [@​waketzheng](https://redirect.github.com/waketzheng) made their first contribution in [https://github.com/encode/uvicorn/pull/2638](https://redirect.github.com/encode/uvicorn/pull/2638) **Full Changelog**: https://github.com/encode/uvicorn/compare/0.34.2...0.34.3 ### [`v0.34.2`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.2): Version 0.34.2 [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.34.1...0.34.2) #### What's Changed - Flush the stdout buffer on Windows to trigger reload by [@​jamesh1999](https://redirect.github.com/jamesh1999) in [https://github.com/encode/uvicorn/pull/2604](https://redirect.github.com/encode/uvicorn/pull/2604) #### New Contributors - [@​jamesh1999](https://redirect.github.com/jamesh1999) made their first contribution in [https://github.com/encode/uvicorn/pull/2604](https://redirect.github.com/encode/uvicorn/pull/2604) **Full Changelog**: https://github.com/encode/uvicorn/compare/0.34.1...0.34.2 ### [`v0.34.1`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.1): Version 0.34.1 [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.34.0...0.34.1) #### What's Changed - Deprecate `ServerState` in the main module by [@​Kludex](https://redirect.github.com/Kludex) in [https://github.com/encode/uvicorn/pull/2581](https://redirect.github.com/encode/uvicorn/pull/2581) #### New Contributors - [@​RakhimovRamis](https://redirect.github.com/RakhimovRamis) made their first contribution in [https://github.com/encode/uvicorn/pull/2567](https://redirect.github.com/encode/uvicorn/pull/2567) - [@​carlwgeorge](https://redirect.github.com/carlwgeorge) made their first contribution in [https://github.com/encode/uvicorn/pull/2590](https://redirect.github.com/encode/uvicorn/pull/2590) **Full Changelog**: https://github.com/encode/uvicorn/compare/0.34.0...0.34.1 ### [`v0.34.0`](https://redirect.github.com/encode/uvicorn/releases/tag/0.34.0): Version 0.34.0 [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.33.0...0.34.0) #### What's Changed - Add `content-length` to 500 response in wsproto by [@​Kludex](https://redirect.github.com/Kludex) in [https://github.com/encode/uvicorn/pull/2542](https://redirect.github.com/encode/uvicorn/pull/2542) - Drop Python 3.8 by [@​Kludex](https://redirect.github.com/Kludex) in [https://github.com/encode/uvicorn/pull/2543](https://redirect.github.com/encode/uvicorn/pull/2543) *** **Full Changelog**: https://github.com/encode/uvicorn/compare/0.33.0...0.34.0 ### [`v0.33.0`](https://redirect.github.com/encode/uvicorn/releases/tag/0.33.0): Version 0.33.0 [Compare Source](https://redirect.github.com/encode/uvicorn/compare/0.32.1...0.33.0) #### What's Changed - Remove WatchGod by [@​Kludex](https://redirect.github.com/Kludex) in [https://github.com/encode/uvicorn/pull/2536](https://redirect.github.com/encode/uvicorn/pull/2536) #### New Contributors - [@​bwells](https://redirect.github.com/bwells) made their first contribution in [https://github.com/encode/uvicorn/pull/2491](https://redirect.github.com/encode/uvicorn/pull/2491) - [@​tback](https://redirect.github.com/tback) made their first contribution in [https://github.com/encode/uvicorn/pull/2528](https://redirect.github.com/encode/uvicorn/pull/2528) **Full Changelog**: https://github.com/encode/uvicorn/compare/0.32.1...0.33.0 </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHl0aG9uIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f429339bfc
commit
237b32a3f9
@ -8,4 +8,4 @@ drf-spectacular>=0.22.1,<0.29
|
|||||||
gunicorn>=22.0.0,<23.1
|
gunicorn>=22.0.0,<23.1
|
||||||
psycopg[c]>=3.1.8,<3.2
|
psycopg[c]>=3.1.8,<3.2
|
||||||
requests>=2.32.2,<2.33
|
requests>=2.32.2,<2.33
|
||||||
uvicorn[standard]>=0.17.6,<0.33.0
|
uvicorn[standard]>=0.17.6,<0.36.0
|
||||||
|
|||||||
@ -37,7 +37,7 @@ setup(
|
|||||||
"prod": [
|
"prod": [
|
||||||
"gunicorn>=22.0.0,<23.1",
|
"gunicorn>=22.0.0,<23.1",
|
||||||
"psycopg[c]>=3.1.8,<3.2",
|
"psycopg[c]>=3.1.8,<3.2",
|
||||||
"uvicorn[standard]>=0.17.6,<0.33.0",
|
"uvicorn[standard]>=0.17.6,<0.36.0",
|
||||||
],
|
],
|
||||||
"dev": [
|
"dev": [
|
||||||
"django-coverage-plugin>=3.0.0,<4",
|
"django-coverage-plugin>=3.0.0,<4",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user