From 78b653addfd43d926a3c4df8612da36c267faf99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 20:28:09 +0000 Subject: [PATCH] build(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.34.0...0.49.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.49.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 eff092a..595874e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = { text = "MIT" } authors = [{ name = "Denis Sofonov" }] dependencies = [ "fastapi>=0.115", - "uvicorn[standard]>=0.34", + "uvicorn[standard]>=0.49.0", "pydantic[email]>=2.10", "pydantic-settings>=2.7", "sqlalchemy[asyncio]>=2.0", diff --git a/uv.lock b/uv.lock index 481c2ce..afa88ac 100644 --- a/uv.lock +++ b/uv.lock @@ -1404,7 +1404,7 @@ requires-dist = [ { name = "slowapi", specifier = ">=0.1.9" }, { name = "sqlalchemy", extras = ["asyncio"], specifier = ">=2.0" }, { name = "structlog", specifier = ">=26.1.0" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.34" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.49.0" }, { name = "uvicorn-worker", specifier = ">=0.4.0" }, ]