From 7fcc6407ec75d0f871351d0c216beda69ca77576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 01:52:40 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement from >=0.51.0 to >=0.52.4 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.4) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe8a950..f12f05c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "fastapi>=0.130.0,<0.137.0", - "uvicorn[standard]>=0.51.0", + "uvicorn[standard]>=0.52.4", "websockets>=16.1.1", "sqlalchemy[mypy]>=2.0.28", "asyncpg>=0.29.0",