From e0999c54b0c3338ee1a5f4f3360cad3a7a7ce0e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:18:54 +0000 Subject: [PATCH] Update starlette requirement from <0.33.0,>=0.27.0 to >=0.27.0,<0.38.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.37.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-client.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-client.txt b/requirements-client.txt index f3f292293b9a..23c5ec97a6e2 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -26,7 +26,7 @@ pyyaml >= 5.4.1, < 7.0.0 rich >= 11.0, < 14.0 ruamel.yaml >= 0.17.0 sniffio >=1.3.0, < 2.0.0 -starlette >= 0.27.0, < 0.33.0 +starlette >= 0.27.0, < 0.38.0 toml >= 0.10.0 typing_extensions >= 4.5.0, < 5.0.0 ujson >= 5.8.0, < 6.0.0