From e8073b9cfab1f74e4cec0a77c4f987e4fe582e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:29:52 +0000 Subject: [PATCH] build(deps): Bump wcwidth from 0.2.9 to 0.2.10 Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.9...0.2.10) --- 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 a12c753..cf2aca3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,7 @@ virtualenv==20.24.6 # via pre-commit wcmatch==8.5 # via pyspelling -wcwidth==0.2.9 +wcwidth==0.2.10 # via prompt-toolkit webencodings==0.5.1 # via html5lib