From 397e63b17b5f0fbe8c294efcebb9fe2de8fd1247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 06:19:18 +0000 Subject: [PATCH] chore(deps): update uvicorn requirement 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.35.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 326756f9..14ebf9d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ textual = ">=3,<7" pytest = "^8.3.5" pydantic = "^2.11.2" scikit-image = "^0.25.2" -uvicorn = ">=0.35,<0.38" +uvicorn = ">=0.35,<0.43" jsonpath-ng = "^1.7.0" [tool.poetry.group.dev.dependencies]