From 228295e2c11dfa34bb01f3d360bcfa24171967a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:14:16 +0000 Subject: [PATCH] chore(deps)(deps): update uvicorn requirement from >=0.51.0 to >=0.52.0 Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/uvicorn/compare/0.51.0...0.52.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9aa9390..563ab08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ scipy>=1.16.0 sounddevice>=0.5.5 pyatv>=0.18.0 fastapi>=0.138.0 -uvicorn[standard]>=0.51.0 +uvicorn[standard]>=0.52.0 pillow>=12.3.0 requests>=2.31.0 jinja2>=3.1.6