Skip to content

Commit

Permalink
Bump the pip-dependencies group across 2 directories with 2 updates (s…
Browse files Browse the repository at this point in the history
…eladb#1651)

* 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](pyparsing/pyparsing@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](secdev/scapy@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](secdev/scapy@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] <[email protected]>

* Update pyparsing version in requirements.txt since ubuntu 20.04 not supports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ege Çetin <[email protected]>
  • Loading branch information
dependabot[bot] and egecetin authored Dec 1, 2024
1 parent 82f064b commit 871cbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/ExamplesTest/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ci/run_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scapy==2.6.0
scapy==2.6.1

0 comments on commit 871cbad

Please sign in to comment.