From 62700ca5d1c831946ffaef1bc9fb1f0eb8d72cbf Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Tue, 13 Dec 2022 14:07:51 +0100 Subject: [PATCH] setup: bump viv-utils to 0.7.7 for py3.11 support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 94b1c215..51a4ece1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ requirements = [ "termcolor==2.1.1", "wcwidth==0.2.5", "ida-settings==2.1.0", - "viv-utils[flirt]==0.7.6", + "viv-utils[flirt]==0.7.7", "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.21",