From 16c8480a3f738fafc923647180636faa357eee2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:56:23 +0000 Subject: [PATCH] chore(deps): update wcwidth requirement from >=0.2.5 to >=0.8.2 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.5...0.8.2) --- updated-dependencies: - dependency-name: wcwidth dependency-version: 0.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c5d57a..1ae1902 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -30,5 +30,5 @@ tornado>=6.1 tqdm>=4.60.0 ujson>=5.4.0 urllib3>=1.26.5 -wcwidth>=0.2.5 +wcwidth>=0.8.2 pymdown-extensions>=10.0