From e304c4a7b5a52bbfee74b2feb713792294cd4c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:32:34 +0000 Subject: [PATCH] build(deps): bump wcwidth from 0.2.10 to 0.2.12 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.10 to 0.2.12. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.10...0.2.12) --- updated-dependencies: - dependency-name: wcwidth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5dab2dbc..82f6a5e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -264,7 +264,7 @@ urllib3==2.1.0 # requests virtualenv==20.24.6 # via pre-commit -wcwidth==0.2.10 +wcwidth==0.2.12 # via prompt-toolkit wheel==0.42.0 # via pip-tools