Skip to content

Commit 417d617

Browse files
chore(deps-dev): update pyelftools requirement in /requirements (#540)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 487e63c commit 417d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ isort>=4.2.5,<5; python_version < '3.8'
88
# Test requirements
99
pytest>=6.1.1
1010
parameterized==0.9.0
11-
pyelftools~=0.29 # Used to verify the generated Go binary architecture in integration tests (utils.py)
11+
pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py)
1212

1313
# formatter
1414
black==22.6.0; python_version < "3.8"

0 commit comments

Comments
 (0)