From a254fe7179a80983ea633d6681d215501a934c5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 22:47:37 +0000 Subject: [PATCH] Bump starlette from 0.26.1 to 0.30.0 Bumps [starlette](https://github.com/encode/starlette) from 0.26.1 to 0.30.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.26.1...0.30.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c2e4f28..612214f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ python-dotenv==1.0.0 PyYAML==6.0 redis==4.5.4 sniffio==1.3.0 -starlette==0.26.1 +starlette==0.30.0 typing_extensions==4.5.0 uvicorn==0.22.0 uvloop==0.17.0