Skip to content

Commit 3632707

Browse files
chore(deps-dev): update pyelftools requirement in /requirements (#726)
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.31...v0.32) --- 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> Co-authored-by: seshubaws <[email protected]>
1 parent 0a8a90b commit 3632707

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
@@ -7,7 +7,7 @@ pytest-cov==5.0.0; python_version<"3.9"
77
# Test requirements
88
pytest>=6.1.1
99
parameterized==0.9.0
10-
pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py)
10+
pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py)
1111

1212
# formatter
1313
black==25.1.0; python_version>="3.9"

0 commit comments

Comments
 (0)