From 8c6a5c7c3427eb2dd0f7d9101f637966d445c525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:09:34 +0000 Subject: [PATCH] deps(deps): update fastapi requirement in /fmu-executor 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.140.0...0.141.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.141.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fmu-executor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmu-executor/requirements.txt b/fmu-executor/requirements.txt index 551243a..fe89eb3 100644 --- a/fmu-executor/requirements.txt +++ b/fmu-executor/requirements.txt @@ -1,4 +1,4 @@ -fastapi>=0.140.0,<1 +fastapi>=0.141.1,<1 uvicorn[standard]>=0.51.0,<1 fmpy>=0.3.30,<1 websockets>=16.1.1,<17