Skip to content

Commit 891bb4a

Browse files
chore(deps-dev): update pyelftools requirement in /requirements
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]>
1 parent 7c24453 commit 891bb4a

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)