From fb893a510ce3bbb4d58f21c95767df9b461bfb6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 20:24:52 +0000 Subject: [PATCH] Bump scapy from 2.4.0 to 2.4.1 in /pcap2csv Bumps [scapy](https://github.com/secdev/scapy) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.4.0...v2.4.1) Signed-off-by: dependabot[bot] --- pcap2csv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcap2csv/requirements.txt b/pcap2csv/requirements.txt index b20c8a6..be4ca30 100644 --- a/pcap2csv/requirements.txt +++ b/pcap2csv/requirements.txt @@ -1,3 +1,3 @@ ipaddress==1.0.17 -scapy==2.4.0 +scapy==2.4.1 pandas==0.23.4