From 0f5b0c697b7dcc11455a4074758de01ef45ce7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:51:08 +0000 Subject: [PATCH] Bump wcwidth from 0.2.14 to 0.5.3 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.14 to 0.5.3. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.14...0.5.3) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.5.3 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..63d4f5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -337,14 +337,14 @@ files = [ [[package]] name = "wcwidth" -version = "0.2.14" +version = "0.5.3" 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.5.3-py3-none-any.whl", hash = "sha256:d584eff31cd4753e1e5ff6c12e1edfdb324c995713f75d26c29807bb84bf649e"}, + {file = "wcwidth-0.5.3.tar.gz", hash = "sha256:53123b7af053c74e9fe2e92ac810301f6139e64379031f7124574212fb3b4091"}, ] [[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 = "48f23897aa044f00ef8ff6e97d535635ed2a224c8f01ce33b53115a29c62c0d0" diff --git a/pyproject.toml b/pyproject.toml index 10bbcb1..085249b 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.5.3" [tool.poetry.group.dev.dependencies]