From 4d714be0f9c7698ef9affebc403ded622d2d26ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:31:19 +0000 Subject: [PATCH] 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.29.0...0.36.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.36.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 7f81c3d0..6e8587fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "typing-extensions>=4.5,<5.0", "unicall>=0.2post0,<0.3", "uniserde>=0.4,<0.5", - "uvicorn[standard]>=0.29.0,<0.36", + "uvicorn[standard]>=0.29.0,<0.37", "watchfiles>=0.21,<2.0", "yarl>=1.9,<2.0", "cssutils>=2.11.1,<3.0",