From e21c69f4e32526869db2bd035e397c9e3282da70 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 15 Nov 2021 14:10:48 -0700 Subject: [PATCH] setup: bump viv-utils to v0.6.9 closes #816 closes #683 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 196568d0..6de322ac 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ requirements = [ "termcolor==1.1.0", "wcwidth==0.2.5", "ida-settings==2.1.0", - "viv-utils[flirt]==0.6.8", + "viv-utils[flirt]==0.6.9", "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.17",