From 6a1993235b72f5cdffa472c1b1f9db04ac0f342c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:17:00 +0000 Subject: [PATCH] Bump fastapi from 0.79.0 to 0.109.1 in /examples/web_runner_sample Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.79.0 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.79.0...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/web_runner_sample/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_runner_sample/pyproject.toml b/examples/web_runner_sample/pyproject.toml index 58fd0fde..c444c9f8 100644 --- a/examples/web_runner_sample/pyproject.toml +++ b/examples/web_runner_sample/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] surround = "0.1.2" doit = "0.31.1" -fastapi = "0.79.0" +fastapi = "0.109.1" uvicorn = "0.18.2" [build-system]