From a3bcea15213786ccdfcb09d3f620b37043a92e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:09:11 +0000 Subject: [PATCH] Update starlette requirement from <0.28.0 to <0.35.0 Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version. - [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.1.0...0.34.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 927d9f15..8514ca3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ fastapi~=0.105.0 uvicorn~=0.24.0 fastapi-chameleon -starlette<0.28.0 +starlette<0.35.0 aiofiles requests~=2.31.0 python-multipart~=0.0.6