From d37501320535297474d5bca8fc4618674c0776e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:23:26 +0000 Subject: [PATCH] build(deps): bump pyelftools from 0.31 to 0.32 Bumps [pyelftools](https://github.com/eliben/pyelftools) from 0.31 to 0.32. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d183dd0d6..3a98b36bd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pip == 25.0.1 # pip is the package installer for Python setuptools == 75.8.0 # for building Python packages -pyelftools == 0.31 # for building U-Boot +pyelftools == 0.32 # for building U-Boot unidiff == 0.7.5 # for parsing unified diff GitPython == 3.1.44 # for manipulating git repos unidecode == 1.3.8 # for converting strings to ascii