From 1853ad9ace4ca5e06df276258de8a14c95bbf6a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:10:05 +0000 Subject: [PATCH] chore(deps): bump wcwidth from 0.2.13 to 0.6.0 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.13 to 0.6.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c220e7d..daaebcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,5 +63,5 @@ typing-extensions==4.14.1 # typing-inspection typing-inspection==0.4.1 # via pydantic -wcwidth==0.2.13 +wcwidth==0.6.0 # via prompt-toolkit