From f492277bfc8c994d4db44e83cebaf6b6c0e838fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:17:07 +0000 Subject: [PATCH] Update uvicorn requirement from <=0.18.2 to <0.19.1 in /requirements (#15562) 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.0.1...0.19.0) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 4317df6019..d4372d06d1 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -13,4 +13,4 @@ onnxruntime<1.13.0 psutil<5.9.4 # for `DeviceStatsMonitor` pandas>1.0, <1.5.2 # needed in benchmarks fastapi<0.83.0 -uvicorn<=0.18.2 +uvicorn<0.19.1