From 3815acb30c9bd228ac02f70786938836d64a265a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 05:30:03 +0000 Subject: [PATCH] Update pandas requirement from ~=2.3.3 to ~=3.0.0 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/v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.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 cebd34a..beca89a 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~=2.3.3 +pandas~=3.0.0 cryptography~=46.0.3 scapy~=2.7.0 sentence-transformers~=5.2.0 \ No newline at end of file