From 0ed7ac856f5dd2c3ed5fa3857ec157cdce6a1cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:36:26 -0400 Subject: [PATCH] build(deps-dev): bump wcwidth from 0.2.6 to 0.2.8 (#849) Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.6 to 0.2.8. - [Release notes](https://github.com/jquast/wcwidth/releases) - [Commits](https://github.com/jquast/wcwidth/compare/0.2.6...0.2.8) --- updated-dependencies: - dependency-name: wcwidth dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d590ccd2c..80842d9e9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -631,9 +631,9 @@ urllib3==1.26.16 \ # botocore # requests # responses -wcwidth==0.2.6 \ - --hash=sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e \ - --hash=sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0 +wcwidth==0.2.8 \ + --hash=sha256:77f719e01648ed600dfa5402c347481c0992263b81a027344f3e1ba25493a704 \ + --hash=sha256:8705c569999ffbb4f6a87c6d1b80f324bd6db952f5eb0b95bc07517f4c1813d4 # via prompt-toolkit werkzeug==3.0.0 \ --hash=sha256:3ffff4dcc32db52ef3cc94dff3000a3c2846890f3a5a51800a27b909c5e770f0 \