build(deps): bump wcwidth from 0.6.0 to 0.7.0 #1125 (lando@main)

Warnings
  • Checking...
Blockers
  • Checking...
Branches dependabot/pip/wcwidth-0.7.0 -> main
Repo lando@main (git) (git://github.com/mozilla-conduit/lando.git)
Author dependabot[bot]
State closed
Commit Title build(deps): bump wcwidth from 0.6.0 to 0.7.0
Commit Body Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.6.0 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jquast/wcwidth/releases">wcwidth's releases</a>.</em></p> <blockquote> <h2>0.7.0</h2> <ul> <li><strong>New</strong> support for kitty text sizing protocol (OSC 66) in <code>width()</code> and <code>clip()</code>.</li> <li><strong>New</strong> <code>clip()</code> parameter <code>control_codes='parse'</code>, <code>'ignore'</code>, and <code>'strict'</code>. <code>clip()</code> is now able to clip OSC 8 hyperlinks and OSC 66 text sizing sequences.</li> <li><strong>Improved</strong> <code>clip()</code> and <code>width()</code> to support horizontal cursor sequences (<code>cub</code>, <code>cuf</code>, <code>hpa</code>). Cursor-left (<code>cub</code>) or backspace (<code>\b</code>) now overwrites text. column_address (<code>hpa</code>) and carriage return (<code>\r</code>) are now parsed, and more values conditionally raise <code>ValueError</code> when <code>control_codes='strict'</code>.</li> </ul> <h2>PR's</h2> <ul> <li>Remove docs, add utils by <a href="https://github.com/jquast"><code>@​jquast</code></a> in <a href="https://redirect.github.com/jquast/wcwidth/pull/209">jquast/wcwidth#209</a></li> <li>Bump requests from 2.32.5 to 2.33.0 in /docs by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jquast/wcwidth/pull/210">jquast/wcwidth#210</a></li> <li>Bump pygments from 2.19.2 to 2.20.0 in /docs by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jquast/wcwidth/pull/212">jquast/wcwidth#212</a></li> <li>dependabot nonsense by <a href="https://github.com/jquast"><code>@​jquast</code></a> in <a href="https://redirect.github.com/jquast/wcwidth/pull/215">jquast/wcwidth#215</a></li> <li>Expand terminal escape sequence for three more ECMA-48 &quot;families&quot; by <a href="https://github.com/jquast"><code>@​jquast</code></a> in <a href="https://redirect.github.com/jquast/wcwidth/pull/214">jquast/wcwidth#214</a></li> <li>Improve clip() and width() with hyperlinks and overtyping by <a href="https://github.com/jquast"><code>@​jquast</code></a> in <a href="https://redirect.github.com/jquast/wcwidth/pull/216">jquast/wcwidth#216</a></li> <li>Improve width() and clip() with kitty Text Sizing Protocol by <a href="https://github.com/jquast"><code>@​jquast</code></a> in <a href="https://redirect.github.com/jquast/wcwidth/pull/213">jquast/wcwidth#213</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jquast/wcwidth/compare/0.6.0...0.7.0">https://github.com/jquast/wcwidth/compare/0.6.0...0.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jquast/wcwidth/commit/86f5c7e1ce96a86381678fc6745866f7048325c1"><code>86f5c7e</code></a> docfix for today's release</li> <li><a href="https://github.com/jquast/wcwidth/commit/c09c23750a05dcee438e8af44fac2dfb91b5df6b"><code>c09c237</code></a> Improve width() and clip() with kitty Text Sizing Protocol (<a href="https://redirect.github.com/jquast/wcwidth/issues/213">#213</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/e5a5f66ae9404f2a67b134a34294199b1303cfef"><code>e5a5f66</code></a> Improve clip() and width() with hyperlinks and overtyping (<a href="https://redirect.github.com/jquast/wcwidth/issues/216">#216</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/5b74bf01a13b644baa5e48faaea1335e22f55c28"><code>5b74bf0</code></a> Expand terminal escape sequence for three more ECMA-48 &quot;families&quot; (<a href="https://redirect.github.com/jquast/wcwidth/issues/214">#214</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/28a39d9e6593e45c1abe2d7a64373b3dad0a8de5"><code>28a39d9</code></a> add FUNDING.yml</li> <li><a href="https://github.com/jquast/wcwidth/commit/664f8d3b198953039545e7326a503f8290ac78f8"><code>664f8d3</code></a> dependabot nonsense (<a href="https://redirect.github.com/jquast/wcwidth/issues/215">#215</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/07817a75f34d746319830108a8de0e38233075c3"><code>07817a7</code></a> Bump pygments from 2.19.2 to 2.20.0 in /docs (<a href="https://redirect.github.com/jquast/wcwidth/issues/212">#212</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/82c83e1d225396b4b2b6484301120120f8ac3054"><code>82c83e1</code></a> Bump requests from 2.32.5 to 2.33.0 in /docs (<a href="https://redirect.github.com/jquast/wcwidth/issues/210">#210</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/bfa1b3c76682a1d865a1f3b687d487fc674584fc"><code>bfa1b3c</code></a> Remove docs, add utils (<a href="https://redirect.github.com/jquast/wcwidth/issues/209">#209</a>)</li> <li><a href="https://github.com/jquast/wcwidth/commit/c3a2d35b608cac98e8cb9d011d989f5297c7313b"><code>c3a2d35</code></a> add a few downstream dependencies</li> <li>Additional commits viewable in <a href="https://github.com/jquast/wcwidth/compare/0.6.0...0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wcwidth&package-manager=pip&previous-version=0.6.0&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>

Landings

Not yet Landed
There has been no attempt to land revisions in this stack.