From 3632707c78b8f97efeddd4ef44e485b9e04ac0c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 01:38:30 +0000 Subject: [PATCH] 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](https://github.com/eliben/pyelftools/compare/v0.31...v0.32) --- updated-dependencies: - dependency-name: pyelftools dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: seshubaws <116689586+seshubaws@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4eeca0d9a..456d65624 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -7,7 +7,7 @@ pytest-cov==5.0.0; python_version<"3.9" # Test requirements pytest>=6.1.1 parameterized==0.9.0 -pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py) +pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter black==25.1.0; python_version>="3.9"