From 571b79625e99dbf2168dc207f74a0af170b536ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:05:34 +0000 Subject: [PATCH] Bump fastapi from 0.85.1 to 0.86.0 in /emmet-api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.86.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.1...0.86.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- emmet-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emmet-api/requirements.txt b/emmet-api/requirements.txt index 8df7d9298e..5717a40cc1 100644 --- a/emmet-api/requirements.txt +++ b/emmet-api/requirements.txt @@ -1,7 +1,7 @@ uvicorn @ git+https://github.com/immerrr/uvicorn.git@implement-gunicorn-access-log-format#egg=uvicorn-0.16.0 gunicorn==20.1.0 boto3>=1.20.27 -fastapi==0.85.1 +fastapi==0.86.0 emmet-core>=0.27.5 maggma>=0.47.3 ddtrace==1.5.2