From 7ecc7dd708c9679365ac0689c2e85202cee77dbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:28:13 +0000 Subject: [PATCH] chore(deps): bump starlette from 0.49.1 to 1.3.1 Bumps [starlette](https://github.com/Kludex/starlette) from 0.49.1 to 1.3.1. - [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.49.1...1.3.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.3.1 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 3a9a59b33..e7e84ba50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pyyaml==6.0.3", "inflection==0.5.1", "pywebio==1.7.1", - "starlette==0.49.1", + "starlette==1.3.1", "anyio==4.13.0", "uvicorn[standard]==0.44.0", "aiofiles==23.1.0",