From 6e855edded945e2a6a03e6e36bae3dbf6a914780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:58:43 +0000 Subject: [PATCH] [Api]: Bump fastapi from 0.73.0 to 0.94.0 in /api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.73.0 to 0.94.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.73.0...0.94.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index a8d3278..07331c3 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,5 +2,5 @@ dnspython==2.2.0 pydantic==1.9.0 pymongo==4.0.1 uvicorn[standard]==0.17.4 -fastapi==0.73.0 +fastapi==0.94.0 sentry-sdk==1.5.4