From 96a4f585cdca4bd33c62ebde45c8f93b2ee7b16e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:09:33 +0000 Subject: [PATCH] build(deps): bump viv-utils[flirt] from 0.6.6 to 0.6.7 Bumps [viv-utils[flirt]](https://github.com/williballenthin/viv-utils) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/williballenthin/viv-utils/releases) - [Commits](https://github.com/williballenthin/viv-utils/compare/v0.6.6...v0.6.7) --- updated-dependencies: - dependency-name: viv-utils[flirt] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ebae3e6..9f7aaa80 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.6", + "viv-utils[flirt]==0.6.7", "halo==0.0.31", "networkx==2.5.1", "ruamel.yaml==0.17.16",