From 0037849bb8f219b703e3e84d10656237d6abaa90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:08:44 +0000 Subject: [PATCH] build(deps-dev): bump termcolor from 2.3.0 to 2.4.0 Bumps [termcolor](https://github.com/termcolor/termcolor) from 2.3.0 to 2.4.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.3.0...2.4.0) --- updated-dependencies: - dependency-name: termcolor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38f2e80cf..2ba185391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pyyaml==6.0.1", "tabulate==0.9.0", "colorama==0.4.6", - "termcolor==2.3.0", + "termcolor==2.4.0", "wcwidth==0.2.12", "ida-settings==2.1.0", "viv-utils[flirt]==0.7.9",