From 05f55dea2e15ec367de4db692353e59d89ceee3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:18:00 +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.32...v0.33) --- updated-dependencies: - dependency-name: pyelftools dependency-version: '0.33' 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 a884d12e0..f1aef850c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ pytest-cov==6.3.0 # Test requirements pytest>=6.1.1 parameterized==0.9.0 -pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py) +pyelftools~=0.33 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter black==26.3.1