From 80240c66f350e4b822d58b14bbf1a0f150ec3449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:40:41 +0000 Subject: [PATCH] Bump starlette from 0.46 to 0.47.3 Bumps [starlette](https://github.com/encode/starlette) from 0.46 to 0.47.3. - [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.0...0.47.3) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4151c1a9..85ed1289 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "markdownify==0.13.1", "ragas==0.3.1", "nltk>=3.9", - "starlette==0.46", + "starlette==0.47.3", "typing_extensions==4.14.1", "sympy==1.14.0", "google-auth==2.39.0",