From a666cf0f0d1e131f5770d8aed4fcbaa4ff8ae1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:50:20 +0000 Subject: [PATCH] Update uvicorn requirement from <0.29.0,>=0.14.0 to >=0.14.0,<0.32.0 Updates the requirements on [uvicorn](https://github.com/encode/uvicorn) to permit the latest version. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.14.0...0.31.0) --- updated-dependencies: - dependency-name: uvicorn 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 06dacab0f1c2..f201027ef1be 100644 --- a/requirements-client.txt +++ b/requirements-client.txt @@ -34,5 +34,5 @@ sniffio >=1.3.0, < 2.0.0 toml >= 0.10.0 typing_extensions >= 4.5.0, < 5.0.0 ujson >= 5.8.0, < 6.0.0 -uvicorn >= 0.14.0, < 0.29.0 +uvicorn >= 0.14.0, < 0.32.0 websockets >= 10.4, < 13.0 \ No newline at end of file