From 19029fe0eb6f1fd7e631ce148ebd88a517312359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:34: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.30...v0.31) --- 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 750f6c2e0..c3e5705b2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,7 +5,7 @@ pytest-cov==4.1.0 # Test requirements pytest>=6.1.1 parameterized==0.9.0 -pyelftools~=0.30 # Used to verify the generated Go binary architecture in integration tests (utils.py) +pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter black==24.2.0