From 3c6c73b70afcefaea2279e8856d769f2e7046bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:45:04 +0000 Subject: [PATCH] deps(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.52.0...0.52.1) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.52.1 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 7a62686f..a546fcee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "aiosqlite>=0.20.0", # Web "fastapi>=0.140.0", - "uvicorn[standard]>=0.52.0", + "uvicorn[standard]>=0.52.1", "python-multipart>=0.0.9", "httpx>=0.27.0", "itsdangerous>=2.2.0", diff --git a/uv.lock b/uv.lock index a323f52a..b1f2a05f 100644 --- a/uv.lock +++ b/uv.lock @@ -329,7 +329,7 @@ requires-dist = [ { name = "python-multipart", specifier = ">=0.0.9" }, { name = "slowapi", specifier = ">=0.1.9" }, { name = "tzdata", specifier = ">=2026.3" }, - { name = "uvicorn", extras = ["standard"], specifier = ">=0.52.0" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.52.1" }, ] [package.metadata.requires-dev]