From f430da4512d715945da466b1ae70d61463d881fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:49:26 +0000 Subject: [PATCH] chore(deps): update wcwidth requirement in /requirements/in Updates the requirements on [wcwidth](https://github.com/jquast/wcwidth) to permit the latest version. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.13...0.6.0) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/in/constraints.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/constraints.in b/requirements/in/constraints.in index 3c9d550..6fffd1c 100644 --- a/requirements/in/constraints.in +++ b/requirements/in/constraints.in @@ -117,7 +117,7 @@ validators>=0.35.0,<1.0.0 vine>=5.1.0,<6.0.0 # Measures printable width of unicode strings; used by rich, prompt-toolkit, and other CLI tools. -wcwidth>=0.2.13,<1.0.0 +wcwidth>=0.6.0,<1.0.0 # Built-package format for Python; required for building and distributing Python packages. wheel>=0.45.1,<1.0.0