From b11e14a285913c06a655a14ffb2ab1c94f00bc71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:55:15 +0000 Subject: [PATCH] Bump wcwidth from 0.2.14 to 0.7.0 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.14 to 0.7.0. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.14...0.7.0) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.7.0 dependency-type: direct:development 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 4c4827a677b..f8596ce2970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ diff-shades = [ ] diff-shades-comment = ["click>=8.1.7", "packaging>=22.0", "urllib3"] -width-table = ["wcwidth==0.2.14"] +width-table = ["wcwidth==0.7.0"] [project.scripts] black = "black:patched_main"