From f7cf1096ae757ae83d9c96fdee303dbd6ae67326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:49:05 +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.40.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 19e436423..eaabf9018 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.38.0", # Pinned + "uvicorn==0.40.0", # Pinned "apprise==1.9.5", # Pinned "asyncz==0.13.4", # Pinned "nicegui==1.4.9", # Pinned