Skip to content

Commit

Permalink
⬆️ Bump wcwidth from 0.2.5 to 0.2.6 (#204)
Browse files Browse the repository at this point in the history
Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.5 to 0.2.6.
<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.2.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix example for str.rjust(20, '_') by <a
href="https://github.com/RasmusWL"><code>@​RasmusWL</code></a> in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/43">jquast/wcwidth#43</a></li>
<li>Bugfix sphinx build on readthedocs.org by <a
href="https://github.com/jquast"><code>@​jquast</code></a> in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/53">jquast/wcwidth#53</a></li>
<li>Add CodeQL workflow for GitHub code scanning by <a
href="https://github.com/lgtm-com"><code>@​lgtm-com</code></a> in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/63">jquast/wcwidth#63</a></li>
<li>Switch to using importlib.metadata by <a
href="https://github.com/s-t-e-v-e-n-k"><code>@​s-t-e-v-e-n-k</code></a>
in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/62">jquast/wcwidth#62</a></li>
<li>Use a new jinja2 templating process to update library to latest
unicode (15.0) by <a
href="https://github.com/jquast"><code>@​jquast</code></a> in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/61">jquast/wcwidth#61</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/RasmusWL"><code>@​RasmusWL</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/43">jquast/wcwidth#43</a></li>
<li><a href="https://github.com/lgtm-com"><code>@​lgtm-com</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/63">jquast/wcwidth#63</a></li>
<li><a
href="https://github.com/s-t-e-v-e-n-k"><code>@​s-t-e-v-e-n-k</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/pull/62">jquast/wcwidth#62</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jquast/wcwidth/compare/0.2.5...0.2.6">https://github.com/jquast/wcwidth/compare/0.2.5...0.2.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jquast/wcwidth/commit/f0232e5adfbcd7473021a5672c61ed79fee667f0"><code>f0232e5</code></a>
Use jinja2 templating to update library to unicode 15.0, <a
href="https://github-redirect.dependabot.com/jquast/wcwidth/issues/61">#61</a></li>
<li><a
href="https://github.com/jquast/wcwidth/commit/b8cefaa7d97d406f0de0fa64259bac9d10808fc6"><code>b8cefaa</code></a>
Merge branch 'use-jinja' of github.com:jquast/wcwidth into
use-jinja</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/bfdf76be4e8c6e29063bd70399c0298c895b700a"><code>bfdf76b</code></a>
ignore isort comment rewrite in test_core.py</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/1180fa1592b9feb164a56bf0730bfec16c492ad5"><code>1180fa1</code></a>
python3.11 in tox.ini</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/3cf9c91946bb46cf9ee1f2caccc19a7152a765e9"><code>3cf9c91</code></a>
change retries 10 -&gt; 6</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/793bc92ae48cbb721657189d00e337e96f8a319a"><code>793bc92</code></a>
updates pylint &amp; friends for python3.11-compatible requirements</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/375f475c5005ff640aa786c0b7dc3c017d321bf7"><code>375f475</code></a>
Set MAX_RETRIES to 6</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/f9076b8af39bef935716e11f42cb635260625fb8"><code>f9076b8</code></a>
Add more type hints for <code>mypy --strict</code></li>
<li><a
href="https://github.com/jquast/wcwidth/commit/118d96825418b76cf16e1c57a5fa63ca4d5e127c"><code>118d968</code></a>
Update comments with Python 3.11 unicodedata</li>
<li><a
href="https://github.com/jquast/wcwidth/commit/5afb684274a61e5ad055b27f01bcb8f97b876e1a"><code>5afb684</code></a>
Always use LF for generated files</li>
<li>Additional commits viewable in <a
href="https://github.com/jquast/wcwidth/compare/0.2.5...0.2.6">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.2.5&new-version=0.2.6)](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
  • Loading branch information
github-actions[bot] authored Jan 16, 2023
2 parents 74dd47a + cb32625 commit 7609490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ urllib3==1.26.13
# via requests
virtualenv==20.17.1
# via pre-commit
wcwidth==0.2.5
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.38.4
# via pip-tools
Expand Down

0 comments on commit 7609490

Please sign in to comment.