From 9cd07a0cee0821aa2783ad8ae5108cfeca9e748d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:03:22 +0000 Subject: [PATCH] build(deps): bump viv-utils[flirt] from 0.6.2 to 0.6.4 Bumps [viv-utils[flirt]](https://github.com/williballenthin/viv-utils) from 0.6.2 to 0.6.4. - [Release notes](https://github.com/williballenthin/viv-utils/releases) - [Commits](https://github.com/williballenthin/viv-utils/compare/v0.6.2...v0.6.4) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a24aa46d..2b38dd1a 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.2", + "viv-utils[flirt]==0.6.4", "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.4",