From 7baf09edf0a5605ef81195ade3c27e601e922d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:23:05 +0000 Subject: [PATCH] build(deps): update fastapi requirement from >=0.140.0 to >=0.141.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fd0f7557..1f3112c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ boto3 >= 1.43.57 click >= 8.4.2 colorama >= 0.4.6, < 0.4.7 cryptography >= 49.0.0 -fastapi[all] >= 0.140.0 +fastapi[all] >= 0.141.1 paramiko >= 5.0.0 prettytable >= 3.18.0 psutil >= 7.2.2