From dae7a83ff384c1834c2c06da03aac598df42f737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 03:46:01 +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.41.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 737237d..18fc1fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.14" dependencies = [ "fastapi>=0.135.0", - "uvicorn[standard]>=0.41.0", + "uvicorn[standard]>=0.51.0", "sqlalchemy>=2.0.48", "asyncpg>=0.31.0", "pydantic>=2.12.0", diff --git a/uv.lock b/uv.lock index 23641cc..fbff67f 100644 --- a/uv.lock +++ b/uv.lock @@ -373,7 +373,7 @@ requires-dist = [ { name = "slowapi", specifier = ">=0.1.9" }, { name = "sqlalchemy", specifier = ">=2.0.48" }, { name = "structlog", specifier = ">=25.0.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.41.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.51.0" }, ] [package.metadata.requires-dev]