From 3214e8034ddb86dc2a082d428a7da152fb266586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:23:09 +0000 Subject: [PATCH] build(deps): update paramiko requirement from >=3.3.1 to >=5.0.0 Updates the requirements on [paramiko](https://github.com/paramiko/paramiko) to permit the latest version. - [Commits](https://github.com/paramiko/paramiko/compare/3.3.1...5.0.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 5.0.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 4f30655e..586443a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ click >= 8.1.7 colorama >= 0.4.6, < 0.4.7 cryptography >= 48.0.1 fastapi[all] >= 0.94.0 -paramiko >= 3.3.1 +paramiko >= 5.0.0 prettytable >= 3.16.0 psutil >= 5.9.0 py-cpuinfo >= 9.0.0