From f2fe139d10511df00bdb5101a67362565c92657e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:08:39 +0000 Subject: [PATCH] build(deps): bump starlette from 0.38.5 to 0.40.0 Bumps [starlette](https://github.com/encode/starlette) from 0.38.5 to 0.40.0. - [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.38.5...0.40.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 f2443c7..1e62a62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ rich==13.8.0 setuptools==75.1.0 shellingham==1.5.4 sniffio==1.3.1 -starlette==0.38.5 +starlette==0.40.0 typer==0.12.5 typing_extensions==4.12.2 uvicorn==0.30.6