From ab03d3cbfe12afdcfb68908e98c217eddd12376d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:54:35 +0000 Subject: [PATCH] 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/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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index f29822d1f..984d9e8e9 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"