From 8e8cb0811febdb3c8aede14219f514f8ad970c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:22:19 +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.32.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 3478868a..964fe955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ loguru = ">=0.6.0" dynaconf = ">=3.2.0" fastapi = "0.115.3" requests = "2.32.3" -uvicorn = "0.31.1" +uvicorn = "0.32.0" apprise = "1.9.0" asyncz = "0.12.0" nicegui = "1.4.9"