From 959111b993cbdc5d9240f345095f9743e27a7b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:14:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20deps:=20bump=20uvicorn=20from=200.3?= =?UTF-8?q?5.0=20to=200.37.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.35.0 to 0.37.0. - [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.37.0) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08a57f7..760d088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "ddeutil-workflow==0.0.82", "python-dotenv==1.1.1", "fastapi==0.115.12", - "uvicorn==0.35.0", + "uvicorn==0.37.0", "jinja2==3.1.6", "sqlalchemy==2.0.41",