From 65baa900977ca8e653cd62be718ba870d677472b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:10:17 +0000 Subject: [PATCH] Bump fastapi from 0.77.1 to 0.92.0 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.77.1 to 0.92.0. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.77.1...0.92.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 36859a9..6b6a2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keywords = [ [tool.poetry.dependencies] python = "^3.9" uvicorn = "^0.17.6" -fastapi = "^0.77.1" +fastapi = "^0.92.0" lxml = "^4.8.0" bs4 = "^0.0.1" pre-commit = "^2.18.1"