From 0640e0bfbd83cf53c4d1f80920843cbf57bb367f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:58:06 +0000 Subject: [PATCH] build(deps): bump pyelftools from 0.29 to 0.31 in /ci/builder Bumps [pyelftools](https://github.com/eliben/pyelftools) from 0.29 to 0.31. - [Changelog](https://github.com/eliben/pyelftools/blob/main/CHANGES) - [Commits](https://github.com/eliben/pyelftools/compare/v0.29...v0.31) --- updated-dependencies: - dependency-name: pyelftools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/builder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder/requirements.txt b/ci/builder/requirements.txt index 3b409f05a70b8..8040654f5d24d 100644 --- a/ci/builder/requirements.txt +++ b/ci/builder/requirements.txt @@ -40,7 +40,7 @@ psutil==6.1.0 psycopg==3.2.3 psycopg-binary==3.2.3 pydantic==2.8.2 -pyelftools==0.29 +pyelftools==0.31 pyjwt==2.9.0 PyMySQL==1.1.1 pytest==8.3.3