From 6427ca9a7c9cc0e683fc6573da8098b94fed59f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:58:27 +0000 Subject: [PATCH] chore(deps): update starlette requirement Updates the requirements on [starlette](https://github.com/Kludex/starlette) to permit the latest version. - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](https://github.com/Kludex/starlette/compare/0.48.0...0.51.0) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.51.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d970de6..3534d12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ # Web framework & ASGI stack (broadened ranges for reduced churn while remaining below next # potential breaking minor; tests + pip-audit gate safety) "fastapi>=0.118,<0.121", - "starlette>=0.48,<0.51", + "starlette>=0.48,<0.52", "uvicorn[standard]>=0.30,<0.32", "numpy>=1.26", "pydantic>=2.6",