From dbe09f2829f7e4bf07ff808ec04cfb9f37199423 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Mar 2026 21:43:13 +0000 Subject: [PATCH] chore(deps): update dependency uvicorn to v0.42.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbb998f..eaa205a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "typing-inspection==0.4.2", "tzdata==2025.3", "urllib3==2.6.3", - "uvicorn==0.41.0", + "uvicorn==0.42.0", ] [tool.setuptools]