From 64b5f844d788267f50f8cb9cc5e017c0d6dca1a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:09:59 +0000 Subject: [PATCH] Bump fastapi from 0.85.1 to 0.91.0 in /emmet-api Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.91.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.85.1...0.91.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..b302caa9c1 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.91.0 emmet-core>=0.27.5 maggma>=0.47.3 ddtrace==1.5.2