From 0f16787ef9dd926a9d2b0ad40df5fd71647ff67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 15:01:03 +0000 Subject: [PATCH] build(deps): bump vivisect from 1.0.1 to 1.0.3 Bumps [vivisect](https://github.com/vivisect/vivisect) from 1.0.1 to 1.0.3. - [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.1...v1.0.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2afaf627..cd41dc7e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ requirements = [ "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.4", - "vivisect==1.0.1", + "vivisect==1.0.3", "smda==1.5.14", ]