From 9b6e53ec2421651d39ad59ac0a1840336815f9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:43:30 +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.38.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.38.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 adb3fa26..da36a26e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,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.39" jsonpath-ng = "^1.7.0" [tool.poetry.group.dev.dependencies]