From fce105060d0c4214d43e606b564000af49c72984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:55:45 +0000 Subject: [PATCH] build(deps-dev): bump wcwidth from 0.2.10 to 0.2.12 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.10 to 0.2.12. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.10...0.2.12) --- updated-dependencies: - dependency-name: wcwidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab29524b5..468069669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "tabulate==0.9.0", "colorama==0.4.6", "termcolor==2.3.0", - "wcwidth==0.2.10", + "wcwidth==0.2.12", "ida-settings==2.1.0", "viv-utils[flirt]==0.7.9", "halo==0.0.31",