Skip to content

Commit

Permalink
chore(deps-dev): update pyelftools requirement in /requirements (#629)
Browse files Browse the repository at this point in the history
Updates the requirements on [pyelftools](https://github.com/eliben/pyelftools) to permit the latest version.
- [Changelog](https://github.com/eliben/pyelftools/blob/main/CHANGES)
- [Commits](eliben/pyelftools@v0.30...v0.31)

---
updated-dependencies:
- dependency-name: pyelftools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent d679b79 commit 91630e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-cov==4.1.0
# Test requirements
pytest>=6.1.1
parameterized==0.9.0
pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py)
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==24.2.0
Expand Down

0 comments on commit 91630e2

Please sign in to comment.