From dfaef25e60633e398bf00971e218dffd6dfdcdc3 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 1 Apr 2024 19:13:49 +0200 Subject: [PATCH] deps: attempt to bump viv-utils for py3.12 support --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de6c802..bb82a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "tabulate==0.9.0", "vivisect==1.1.1", - "viv-utils[flirt]==0.7.9", + "viv-utils[flirt]==0.8.10", "pydantic==2.6.0", "tqdm==4.66.2", "networkx==3.1",