From 6ad907727564874ab75538e1a8a3d04b1f6d9703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 05:12:48 +0000 Subject: [PATCH] Update prettytable requirement from ~=3.17.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.17.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 109afe6..bcc1b43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pathlib~=1.0.1 tqdm~=4.68.3 safetensors~=0.8.0 WMI~=1.5.1 -prettytable~=3.17.0 +prettytable~=3.18.0 matplotlib~=3.11.0 networkx~=3.6.1 pandas~=3.0.3