From 495abdbf98cddb64d126f5b51f8461d15f05d6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:13:19 +0000 Subject: [PATCH] build(deps): update starlette requirement in /requirements 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/serve.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/serve.txt b/requirements/serve.txt index 165f6c5317..91d9b5224d 100644 --- a/requirements/serve.txt +++ b/requirements/serve.txt @@ -7,7 +7,7 @@ graphviz >=0.19, <=0.20.1 tqdm >4.60, <=4.65.0 fastapi >0.65, <=0.100.0 pydantic >1.8.1, <=2.1.1 -starlette <=0.31.0 +starlette <=0.34.0 uvicorn[standard] >=0.12.0, <=0.23.2 aiofiles >22.1.0, <=23.1.0 jinja2 >=3.0.0, <3.2.0