From d375e669b5335987c516dac0d80faab6a103cfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 09:50:11 +0000 Subject: [PATCH] Update scapy requirement from ~=2.7.0rc1 to ~=2.7.0 Updates the requirements on [scapy](https://github.com/secdev/scapy) to permit the latest version. - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.7.0rc1...v2.7.0) --- updated-dependencies: - dependency-name: scapy dependency-version: 2.7.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 47a712b..16a6e3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ matplotlib~=3.10.1 networkx~=3.6.1 pandas~=2.3.3 cryptography~=46.0.3 -scapy~=2.7.0rc1 +scapy~=2.7.0 sentence-transformers~=5.2.0 \ No newline at end of file