From 54f263554747474a7a4e252e9ae6ee1a940d5698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:51:51 +0000 Subject: [PATCH] Bump fastapi from 0.63.0 to 0.65.2 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.63.0 to 0.65.2. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.63.0...0.65.2) --- updated-dependencies: - dependency-name: fastapi 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 28ee589e65..5e45ee1a8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pandas==1.5.3 scikit-learn==1.0.2 pytest==7.2.1 requests==2.28.2 -fastapi==0.63.0 +fastapi==0.65.2 uvicorn==0.20.0 gunicorn==20.1.0