From 96f299a5747521f6cc1a18b2b996b9437bb429fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:11:10 +0000 Subject: [PATCH] build(deps): update prettytable requirement from >=3.9.0 to >=3.16.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.9.0...3.16.0) --- updated-dependencies: - dependency-name: prettytable dependency-version: 3.16.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 6d80d1c1..99d4f725 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ cryptography < 47.0.0 fastapi[all] >= 0.94.0 filelock >= 3.0.0 paramiko >= 3.3.1 -prettytable >= 3.9.0 +prettytable >= 3.16.0 psutil >= 5.9.0 py-cpuinfo >= 9.0.0 inquirerpy == 0.3.4