From 3f19ed57d04a27a5a001d447437492be5a42007f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:11:52 +0000 Subject: [PATCH] Bump wcwidth from 0.2.14 to 0.4.0 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.14 to 0.4.0. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.14...0.4.0) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 13d2be1..a54fa34 100644 --- a/poetry.lock +++ b/poetry.lock @@ -337,14 +337,14 @@ files = [ [[package]] name = "wcwidth" -version = "0.2.14" +version = "0.4.0" description = "Measures the displayed width of unicode strings in a terminal" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "wcwidth-0.2.14-py2.py3-none-any.whl", hash = "sha256:a7bb560c8aee30f9957e5f9895805edd20602f2d7f720186dfd906e82b4982e1"}, - {file = "wcwidth-0.2.14.tar.gz", hash = "sha256:4d478375d31bc5395a3c55c40ccdf3354688364cd61c4f6adacaa9215d0b3605"}, + {file = "wcwidth-0.4.0-py3-none-any.whl", hash = "sha256:8af2c81174b3aa17adf05058c543c267e4e5b6767a28e31a673a658c1d766783"}, + {file = "wcwidth-0.4.0.tar.gz", hash = "sha256:46478e02cf7149ba150fb93c39880623ee7e5181c64eda167b6a1de51b7a7ba1"}, ] [[package]] @@ -366,4 +366,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "4f2264a120d004981b58396776caac8d1d2666832103727b9e06b699fa455f13" +content-hash = "bec2304e00b4e15d676c46235197e788f8b349ece038367ae666046eeaf8140e" diff --git a/pyproject.toml b/pyproject.toml index 10bbcb1..5308d7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = ">=3.10,<4.0" loguru = "^0.7.3" typer = "^0.15.3" pytest = "^9.0.2" -wcwidth = "^0.2.14" +wcwidth = "^0.4.0" [tool.poetry.group.dev.dependencies]