From 08260427a759f90db3376277044b723d88acb5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:45:54 +0000 Subject: [PATCH] chore(deps): update uvicorn[standard] requirement Updates the requirements on [uvicorn[standard]](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.32.0...0.51.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b60f471..6eb2132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.14" dependencies = [ "fastapi>=0.115.0", - "uvicorn[standard]>=0.32.0", + "uvicorn[standard]>=0.51.0", "sqlalchemy>=2.0.0", "asyncpg>=0.30.0", "pydantic>=2.0.0", diff --git a/uv.lock b/uv.lock index 19791be..6354c37 100644 --- a/uv.lock +++ b/uv.lock @@ -1356,7 +1356,7 @@ requires-dist = [ { name = "python-multipart", specifier = ">=0.0.9" }, { name = "slowapi", specifier = ">=0.1.9" }, { name = "sqlalchemy", specifier = ">=2.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.32.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.51.0" }, ] [package.metadata.requires-dev]