From b9c05cf44a20ff3551cb96ecca2b5346bdd1aed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:14:27 +0000 Subject: [PATCH] build(deps-dev): bump pyelftools from 0.29 to 0.30 Bumps [pyelftools](https://github.com/eliben/pyelftools) from 0.29 to 0.30. - [Changelog](https://github.com/eliben/pyelftools/blob/master/CHANGES) - [Commits](https://github.com/eliben/pyelftools/compare/v0.29...v0.30) --- updated-dependencies: - dependency-name: pyelftools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41d5cc623..584ae4056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "ruamel.yaml==0.17.32", "vivisect==1.1.1", "pefile==2023.2.7", - "pyelftools==0.29", + "pyelftools==0.30", "dnfile==0.13.0", "dncil==1.0.2", "pydantic==2.1.1",