From 4f012b9ac003d6a18a583dab90d4d7c480816d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:09:49 +0000 Subject: [PATCH] Bump fastapi from 0.85.1 to 0.88.0 in /emmet-api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.88.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.1...0.88.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..71e6814b27 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.88.0 emmet-core>=0.27.5 maggma>=0.47.3 ddtrace==1.5.2