From ef5063171b76ce97b6264de89e85d680639638eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:46:19 +0000 Subject: [PATCH] build(deps-dev): bump wcwidth from 0.2.12 to 0.2.13 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.12 to 0.2.13. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.12...0.2.13) --- 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 9b9395a8..2f6b8325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "tabulate==0.9.0", "colorama==0.4.6", "termcolor==2.4.0", - "wcwidth==0.2.12", + "wcwidth==0.2.13", "ida-settings==2.1.0", "viv-utils[flirt]==0.7.9", "halo==0.0.31",