From d7e30d80fc51efa2855bb4e28f9d8ddad4069881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 23:42:15 +0000 Subject: [PATCH] Bump starlette in /Comp/GAI_API/openapi_generator/fastapi Bumps [starlette](https://github.com/encode/starlette) from 0.40.0 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.40.0...0.47.2) --- updated-dependencies: - dependency-name: starlette dependency-version: 0.47.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Comp/GAI_API/openapi_generator/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Comp/GAI_API/openapi_generator/fastapi/requirements.txt b/Comp/GAI_API/openapi_generator/fastapi/requirements.txt index fed3b18..16761b4 100644 --- a/Comp/GAI_API/openapi_generator/fastapi/requirements.txt +++ b/Comp/GAI_API/openapi_generator/fastapi/requirements.txt @@ -26,7 +26,7 @@ python-multipart==0.0.18 PyYAML>=5.4.1,<6.1.0 requests==2.32.4 Rx==1.6.1 -starlette==0.40.0 +starlette==0.47.2 typing-extensions==4.13.2 ujson==4.0.2 urllib3==2.5.0