From ef86160d884047465e2c5bda1848a895821bf21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:03:48 +0000 Subject: [PATCH] build(deps): bump termcolor from 2.1.1 to 2.2.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/termcolor/termcolor/releases) - [Changelog](https://github.com/termcolor/termcolor/blob/main/CHANGES.md) - [Commits](https://github.com/termcolor/termcolor/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a52f8f5b..92225ed3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ requirements = [ "pyyaml==6.0", "tabulate==0.9.0", "colorama==0.4.5", - "termcolor==2.1.1", + "termcolor==2.2.0", "wcwidth==0.2.5", "ida-settings==2.1.0", "viv-utils[flirt]==0.7.7",