From 135c0697aedc00f6569e04c3a22311b5435a89e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:23:04 +0000 Subject: [PATCH] build(deps): update prettytable requirement from >=3.16.0 to >=3.18.0 Updates the requirements on [prettytable](https://github.com/prettytable/prettytable) to permit the latest version. - [Release notes](https://github.com/prettytable/prettytable/releases) - [Changelog](https://github.com/prettytable/prettytable/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettytable/prettytable/compare/3.16.0...3.18.0) --- updated-dependencies: - dependency-name: prettytable dependency-version: 3.18.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..ba584b4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ colorama >= 0.4.6, < 0.4.7 cryptography >= 48.0.1 fastapi[all] >= 0.94.0 paramiko >= 3.3.1 -prettytable >= 3.16.0 +prettytable >= 3.18.0 psutil >= 5.9.0 py-cpuinfo >= 9.0.0 inquirerpy == 0.3.4