From 57abdbf24d1a30dbb3c8e6ca62db282e3619d49f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 05:35:54 +0000 Subject: [PATCH] Update prettytable requirement from ~=3.14.0 to ~=3.15.1 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.14.0...3.15.1) --- updated-dependencies: - dependency-name: prettytable 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 cb7c0b65..01a29dca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ sentence-transformers~=3.4.1 colorlog~=6.9.0 safetensors~=0.5.3 WMI~=1.5.1 -prettytable~=3.14.0 +prettytable~=3.15.1 pandas~=2.2.2 scapy~=2.5.0 psutil~=7.0.0 \ No newline at end of file