From b02c9e2d9096b3467d82f33c5e711cc4474e1bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:13:43 +0000 Subject: [PATCH] Update pandas requirement from ~=3.0.3 to ~=3.0.4 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.3...v3.0.4) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.4 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 bcc1b43..4734de1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ WMI~=1.5.1 prettytable~=3.18.0 matplotlib~=3.11.0 networkx~=3.6.1 -pandas~=3.0.3 +pandas~=3.0.4 cryptography~=49.0.0 scapy~=2.7.0 sentence-transformers~=5.6.0 \ No newline at end of file