From d54f7aa698ae59d6082b340498939f4725d1fe4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 22:33:52 +0000 Subject: [PATCH] build(deps): update uvicorn requirement in the python-runtime group Updates the requirements on [uvicorn](https://github.com/Kludex/uvicorn) to permit the latest version. Updates `uvicorn` to 0.53.0 - [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.52.4...0.53.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.53.0 dependency-type: direct:production dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0244e7e..6e89213 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "prometheus-client>=0.26.0,<1", "pyyaml>=6.0.3,<7", "pydantic-settings>=2.15.0,<3", - "uvicorn[standard]>=0.52.4,<1", + "uvicorn[standard]>=0.53.0,<1", ] [project.optional-dependencies]