From 1c16141036e8086b5bcd447e530c39f590ce4abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:48:53 +0000 Subject: [PATCH] Bump fastapi from 0.99.1 to 0.109.1 Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.99.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.99.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1aec40..ba01da0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "argparse==1.4.0", "packaging==23.1", "pyyaml==6.0.1", - "fastapi==0.99.1", + "fastapi==0.109.1", "uvicorn==0.22.0", "prometheus_fastapi_instrumentator==6.0.0", "prometheus-client==0.9.0",