Skip to content

Commit 91630e2

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

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
@@ -5,7 +5,7 @@ pytest-cov==4.1.0
55
# Test requirements
66
pytest>=6.1.1
77
parameterized==0.9.0
8-
pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py)
8+
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
99

1010
# formatter
1111
black==24.2.0

0 commit comments

Comments
 (0)