From 8b5dc54397eab95ee17c74e34fadc5a27041780b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:20:47 +0000 Subject: [PATCH] Bump viv-utils from 0.5.0 to 0.6.0 Bumps [viv-utils](https://github.com/williballenthin/viv-utils) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/williballenthin/viv-utils/releases) - [Commits](https://github.com/williballenthin/viv-utils/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d564f74c..effa60b7 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ requirements = [ "ruamel.yaml", "wcwidth", "ida-settings==2.1.0", - "viv-utils==0.5.0", + "viv-utils==0.6.0", ] if sys.version_info >= (3, 0):