Skip to content

Commit

Permalink
chore(deps-dev): update pyelftools requirement in /requirements
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/master/CHANGES)
- [Commits](eliben/pyelftools@v0.29...v0.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 01fb0f9 commit 25ac08e
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 @@ -8,7 +8,7 @@ isort>=4.2.5,<5; python_version < '3.8'
# Test requirements
pytest>=6.1.1
parameterized==0.9.0
pyelftools~=0.29 # Used to verify the generated Go binary architecture in integration tests (utils.py)
pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py)

# formatter
black==22.6.0; python_version < "3.8"
Expand Down

0 comments on commit 25ac08e

Please sign in to comment.