From 871cbad5b4842ba5ef0e72958f25bf6b6b2b523c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:44:51 -0800 Subject: [PATCH] Bump the pip-dependencies group across 2 directories with 2 updates (#1651) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump the pip-dependencies group across 2 directories with 2 updates Bumps the pip-dependencies group with 2 updates in the /Tests/ExamplesTest directory: [pyparsing](https://github.com/pyparsing/pyparsing) and [scapy](https://github.com/secdev/scapy). Bumps the pip-dependencies group with 1 update in the /ci/run_tests directory: [scapy](https://github.com/secdev/scapy). Updates `pyparsing` from 3.1.4 to 3.2.0 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.4...3.2.0) Updates `scapy` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.6.0...v2.6.1) Updates `scapy` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/secdev/scapy/releases) - [Commits](https://github.com/secdev/scapy/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: scapy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: scapy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] * Update pyparsing version in requirements.txt since ubuntu 20.04 not supports --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ege Çetin <64282645+egecetin@users.noreply.github.com> --- Tests/ExamplesTest/requirements.txt | 2 +- ci/run_tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/ExamplesTest/requirements.txt b/Tests/ExamplesTest/requirements.txt index e3c641046f..65b26b5092 100644 --- a/Tests/ExamplesTest/requirements.txt +++ b/Tests/ExamplesTest/requirements.txt @@ -3,5 +3,5 @@ iniconfig==2.0.0 py==1.11.0 pyparsing==3.1.4 pytest==8.3.3 -scapy==2.6.0 +scapy==2.6.1 toml==0.10.2 diff --git a/ci/run_tests/requirements.txt b/ci/run_tests/requirements.txt index 5f8a78b51a..ffc5bb660a 100644 --- a/ci/run_tests/requirements.txt +++ b/ci/run_tests/requirements.txt @@ -1 +1 @@ -scapy==2.6.0 +scapy==2.6.1