From e9b32573744bf0dc71585443fbfcb65541924c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 05:28:14 +0000 Subject: [PATCH] Update pandas requirement from ~=3.0.0 to ~=3.0.1 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.1 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 9ff00422..f32bf4f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ WMI~=1.5.1 prettytable~=3.17.0 matplotlib~=3.10.8 networkx~=3.6.1 -pandas~=3.0.0 +pandas~=3.0.1 cryptography~=46.0.5 scapy~=2.7.0 sentence-transformers~=5.2.2 \ No newline at end of file