From bede4a0aa112fe31e30ee4d54d01fac20bbc44a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 14:22:20 +0000 Subject: [PATCH] build(deps): bump vivisect from 1.0.3 to 1.0.4 Bumps [vivisect](https://github.com/vivisect/vivisect) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/vivisect/vivisect/releases) - [Changelog](https://github.com/vivisect/vivisect/blob/master/CHANGELOG.rst) - [Commits](https://github.com/vivisect/vivisect/compare/v1.0.3...v1.0.4) --- updated-dependencies: - dependency-name: vivisect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39b83b24..c688d40c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ requirements = [ "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.13", - "vivisect==1.0.3", + "vivisect==1.0.4", "smda==1.6.2", "pefile==2021.5.24", "typing==3.7.4.3",