From 75eef097c1057e8c4b89aaae7fb2400a1dff4c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:23:58 +0000 Subject: [PATCH] build(deps): update fastapi requirement from >=0.139.2 to >=0.140.0 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.139.2...0.140.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.140.0 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 2eacbc14..92706614 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ boto3 >= 1.43.51 click >= 8.4.2 colorama >= 0.4.6, < 0.4.7 cryptography >= 49.0.0 -fastapi[all] >= 0.139.2 +fastapi[all] >= 0.140.0 paramiko >= 5.0.0 prettytable >= 3.18.0 psutil >= 7.2.2