From 5003e8259e17112deb0d3038c93ee329f1f97775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:41:16 +0000 Subject: [PATCH] Build(deps): bump starlette from 0.46.1 to 0.47.2 in /backend Bumps [starlette](https://github.com/encode/starlette) from 0.46.1 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.1...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 17ccd5f..32b9d28 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ python-dotenv==1.1.0 pyyaml==6.0.2 sniffio==1.3.1 sqlalchemy==2.0.40 -starlette==0.46.1 +starlette==0.47.2 tiktoken>=0.5.0 typing-extensions==4.13.1 typing-inspection==0.4.0