From f8d363d2420d04356abcc46298e006c8c2726ea0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 14:18:30 +0000 Subject: [PATCH] Bump starlette from 0.46.2 to 0.47.2 Bumps [starlette](https://github.com/encode/starlette) from 0.46.2 to 0.47.2. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.46.2...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2d0f121..5fd4e38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ authors = [ dependencies = [ "pip==25.0.1", "uvicorn==0.34.1", - "starlette==0.46.2", + "starlette==0.47.2", "PyYAML==6.0.2", "ast-grep-py==0.37.0", "fastmcp==2.1.2", diff --git a/requirements.txt b/requirements.txt index a86fa0f..7e56e39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ fastmcp==2.1.2 PyYAML==6.0.2 uvicorn==0.34.1 -starlette==0.46.2 +starlette==0.47.2 pytest==7.4.0 pytest-asyncio==0.21.1