From 311a181b295952773c51fdbdf6e53cf594b3b839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:50:49 +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.37.0) --- updated-dependencies: - dependency-name: uvicorn[standard] dependency-version: 0.37.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 6f71d291..2cc57d27 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.37", + "uvicorn[standard]>=0.29.0,<0.38", "watchfiles>=0.21,<2.0", "yarl>=1.9,<2.0", "cssutils>=2.11.1,<3.0",