From 542a462c156383392519eb449f17f41f36965999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:22:21 +0000 Subject: [PATCH] Bump wcwidth from 0.2.13 to 0.2.14 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.13 to 0.2.14. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.13...0.2.14) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.2.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 193aa60..295dede 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -80,4 +80,4 @@ typing-inspection==0.4.1 ; python_version >= "3.11" and python_version < "3.14" urllib3==2.5.0 ; python_version >= "3.11" and python_version < "3.14" virtualenv==20.34.0 ; python_version >= "3.11" and python_version < "3.14" watchdog==6.0.0 ; python_version >= "3.11" and python_version < "3.14" -wcwidth==0.2.13 ; python_version >= "3.11" and python_version < "3.14" +wcwidth==0.2.14 ; python_version >= "3.11" and python_version < "3.14"