From 71c75ec3ba1d4e1498665bf429ccff5b5af54d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:12:41 +0000 Subject: [PATCH] Bump fastapi from 0.85.1 to 0.87.0 in /emmet-api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.87.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.1...0.87.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..ebe59bf4a0 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.87.0 emmet-core>=0.27.5 maggma>=0.47.3 ddtrace==1.5.2