From f73fa99847d270ba8ae593ccd5de7e8d22cc7364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:01:58 +0000 Subject: [PATCH] chore(deps): bump scapy from 2.6.1 to 2.7.0 Bumps [scapy](https://github.com/secdev/scapy) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: scapy dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2faafc5..b3f830d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.10.7 numpy==2.3.5 -scapy==2.6.1 +scapy==2.7.0 scipy==1.16.3 toml==0.10.2 tqdm==4.67.1