From 66f4cb67e3a75801b2ef773ac19cd2207427fa17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:48:48 +0000 Subject: [PATCH] build(deps): bump starlette from 0.27.0 to 1.0.1 in /core Bumps [starlette](https://github.com/Kludex/starlette) from 0.27.0 to 1.0.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.27.0...1.0.1) --- updated-dependencies: - dependency-name: starlette dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 911217c..b0a2657 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -16,7 +16,7 @@ scikit-learn==1.3.0 scipy==1.11.2 six==1.16.0 sniffio==1.3.0 -starlette==0.27.0 +starlette==1.0.1 threadpoolctl==3.2.0 typing_extensions==4.7.1 tzdata==2023.3