From 47510cdb5f67d87332fbee92c1a68e71f1902702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:22:59 +0000 Subject: [PATCH] build(deps): update fastapi requirement from >=0.94.0 to >=0.138.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.94.0...0.138.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.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 4f30655e..07f89807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ boto3 >= 1.26.165 click >= 8.1.7 colorama >= 0.4.6, < 0.4.7 cryptography >= 48.0.1 -fastapi[all] >= 0.94.0 +fastapi[all] >= 0.138.1 paramiko >= 3.3.1 prettytable >= 3.16.0 psutil >= 5.9.0