From caa11567811a3579801fbb0d43c6571feb68ed4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:38:54 +0000 Subject: [PATCH] Bump starlette from 0.39.2 to 0.41.2 in /api Bumps [starlette](https://github.com/encode/starlette) from 0.39.2 to 0.41.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.39.2...0.41.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 949ce20..3a48a07 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -27,7 +27,7 @@ python-minimizer==2.0.1 python-multipart==0.0.16 PyYAML==6.0.2 sniffio==1.3.1 -starlette==0.39.2 +starlette==0.41.2 typing_extensions==4.12.2 ujson==5.10.0 uvicorn==0.32.0