From b712136047399a3e71f32e3cd2efe20aaf421c2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 14:05:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(deps?= =?UTF-8?q?):=20update=20dependency=20uvicorn=20to=20v0.38.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 421ba59b9..19e436423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "dynaconf>=3.2.0", "fastapi==0.119.0", # Pinned "requests==2.32.5", # Pinned - "uvicorn==0.37.0", # Pinned + "uvicorn==0.38.0", # Pinned "apprise==1.9.5", # Pinned "asyncz==0.13.4", # Pinned "nicegui==1.4.9", # Pinned