From 5488962f8c78cc83767de4f1b8ece7d7459269e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 02:53:56 +0000 Subject: [PATCH] Update uvicorn requirement from ~=0.40.0 to ~=0.41.0 Updates the requirements on [uvicorn](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.40.0...0.41.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d923f4..019dc80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pymupdf~=1.26.0", "rich~=14.2.0", "ruff~=0.14.0", - "uvicorn~=0.40.0", + "uvicorn~=0.41.0", "uvicorn-hmr[all]~=0.1.0", "watchfiles~=1.1.0", ]