From 237b32a3f9cf8be81ad3be9dcced697282def78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:37:25 +0200 Subject: [PATCH] chore(deps): update dependency uvicorn to >=0.17.6,<0.36.0 (#3124) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/uvicorn/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/uvicorn/0.32.1/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
encode/uvicorn (uvicorn) ### [`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
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 2 +- api/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 80cbefacf..a79fe2e80 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -8,4 +8,4 @@ drf-spectacular>=0.22.1,<0.29 gunicorn>=22.0.0,<23.1 psycopg[c]>=3.1.8,<3.2 requests>=2.32.2,<2.33 -uvicorn[standard]>=0.17.6,<0.33.0 +uvicorn[standard]>=0.17.6,<0.36.0 diff --git a/api/setup.py b/api/setup.py index b19ba39f1..b637bb6a4 100644 --- a/api/setup.py +++ b/api/setup.py @@ -37,7 +37,7 @@ setup( "prod": [ "gunicorn>=22.0.0,<23.1", "psycopg[c]>=3.1.8,<3.2", - "uvicorn[standard]>=0.17.6,<0.33.0", + "uvicorn[standard]>=0.17.6,<0.36.0", ], "dev": [ "django-coverage-plugin>=3.0.0,<4",