From 9717acd988ff22eb3e28cda3e20fe9ca4704c274 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 26 Aug 2021 12:59:49 -0600 Subject: [PATCH] Revert "build(deps): bump vivisect from 1.0.3 to 1.0.4" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed259e29..4d1378cf 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.4", + "vivisect==1.0.3", "smda==1.6.2", "pefile==2021.5.24", "typing==3.7.4.3",