From 260d65fa7d2a4c94a82b7569023c237dfeac7463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 00:39:07 +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.30.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 dd2614c..578bed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "fastapi>=0.111.0", - "uvicorn[standard]>=0.30.0", + "uvicorn[standard]>=0.51.0", "pydantic>=2.7.0", "pytest>=8.2.0", "httpx>=0.27.0", diff --git a/uv.lock b/uv.lock index b86dc7e..f8084c9 100644 --- a/uv.lock +++ b/uv.lock @@ -2371,7 +2371,7 @@ requires-dist = [ { name = "pytest", specifier = ">=8.2.0" }, { name = "python-dotenv", specifier = ">=1.0.1" }, { name = "sqlmodel", specifier = ">=0.0.39" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.30.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.51.0" }, ] [[package]]