From b4077150b261d6cacff9864099699382b0b0377e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:26:03 +0000 Subject: [PATCH] Update fastapi requirement from <=0.79.0 to <0.83.0 in /requirements Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.1.11...0.82.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 87f619e64e8c5..d6488574e357d 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -13,5 +13,5 @@ scikit-learn>0.22.1, <1.1.3 onnxruntime<1.13.0 psutil<=5.9.1 # for `DeviceStatsMonitor` pandas>1.0, <=1.4.3 # needed in benchmarks -fastapi<=0.79.0 +fastapi<0.83.0 uvicorn<=0.18.2