From c6c43c2f8d6c742a617991990f3bcbca46a87641 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 15:02:32 +0000 Subject: [PATCH] fix(deps): update dependency starlette to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2283e44..16601da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ all = [ "urllib3==2.6.3", "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "starlette==0.52.1", + "starlette==1.0.0", "FastAPI==0.135.1", "uvicorn==0.41.0", "SimpleColoredLogs==1.16.1.2026",