From bda8510925c95a91a48ce115972f54eda04bf8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:45:52 +0000 Subject: [PATCH] build(deps): update fastapi requirement in /app Updates the requirements on [fastapi](https://github.com/fastapi/fastapi) to permit the latest version. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.0...0.140.6) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 37dabae..a9a51a9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.115.0 +fastapi>=0.140.6 uvicorn[standard]>=0.32.0 prometheus-client>=0.21.0 pytest>=8.3.0