From c178048e451b4db413cf4cf304ee2da3f0f1d92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:59:09 +0000 Subject: [PATCH] Bump fastapi from 0.68.1 to 0.109.1 in /examples/runners Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.68.1 to 0.109.1. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.68.1...0.109.1) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/runners/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/runners/requirements.txt b/examples/runners/requirements.txt index fd198879..f219d142 100644 --- a/examples/runners/requirements.txt +++ b/examples/runners/requirements.txt @@ -1,3 +1,3 @@ surround==0.0.0 -fastapi==0.68.1 +fastapi==0.109.1 uvicorn==0.13.3 \ No newline at end of file