From 989c0e6f5d40b19a023218a97754dc161e44e6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 08:09:07 +0000 Subject: [PATCH] Update pandas requirement from ~=2.2.3 to ~=2.3.3 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.2.3...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 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 6d9c71c8..5fab6151 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ WMI~=1.5.1 prettytable~=3.15.1 matplotlib~=3.10.1 networkx~=3.2.1 -pandas~=2.2.3 +pandas~=2.3.3 cryptography~=44.0.2 scapy~=2.5.0 sentence-transformers~=5.0.0 \ No newline at end of file