From 7fd0e2ec2453272a7b7f7b68433a92820c07ce5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 05:12:54 +0000 Subject: [PATCH] Build(deps): Update pandas requirement from ~=3.0.4 to ~=3.0.5 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.4...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 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 44036d1..f837bb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ WMI~=1.5.1 prettytable~=3.18.0 matplotlib~=3.11.1 networkx~=3.6.1 -pandas~=3.0.4 +pandas~=3.0.5 cryptography~=49.0.0 scapy~=2.7.0 sentence-transformers~=5.6.0 \ No newline at end of file