From f94314d8eccf3dc522625ed3583967bcca932b9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:11:12 +0000 Subject: [PATCH] build(deps): bump smda from 1.7.4 to 1.8.4 Bumps [smda](https://github.com/danielplohmann/smda) from 1.7.4 to 1.8.4. - [Release notes](https://github.com/danielplohmann/smda/releases) - [Commits](https://github.com/danielplohmann/smda/commits) --- updated-dependencies: - dependency-name: smda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86dc3cb1..aad3a1e8 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ requirements = [ "networkx==2.5.1", "ruamel.yaml==0.17.21", "vivisect==1.0.8", - "smda==1.7.4", + "smda==1.8.4", "pefile==2022.5.30", "pyelftools==0.28", "dnfile==0.11.0",