From a6de81ae79cf4d96bc6924ea1a4e398aa5e446ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:48:34 +0000 Subject: [PATCH] Update starlette requirement from <0.28.0,>=0.27.0 to >=0.27.0,<0.33.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.27.0...0.32.0.post1) --- 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 8219751d9a23..3b0656a6011f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ readchar >= 4.0.0, < 5.0.0 rich >= 11.0, < 14.0 ruamel-yaml >= 0.17.0 sqlalchemy[asyncio] >= 1.4.22, != 1.4.33, < 3.0.0 -starlette >= 0.27.0, < 0.28.0 +starlette >= 0.27.0, < 0.33.0 toml >= 0.10.0 typer >= 0.4.2 typing_extensions >= 4.5.0, < 5.0.0