From 5f31b338c480f628fee0a416fadd8e713241ba71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 05:43:02 +0000 Subject: [PATCH] Bump fastapi from 0.68.1 to 0.109.1 in /surround_cli 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] --- surround_cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surround_cli/requirements.txt b/surround_cli/requirements.txt index 3ad4a5a2..cabcfccc 100644 --- a/surround_cli/requirements.txt +++ b/surround_cli/requirements.txt @@ -2,6 +2,6 @@ numpy==1.23.0 pandas==2.2.0 doit==0.31.1 pylint==2.4.3 -fastapi==0.68.1 +fastapi==0.109.1 uvicorn==0.13.3 surround==0.1.2 \ No newline at end of file