This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirement: bump humanize from 4.10.0 to 4.11.0 (#401)
Bumps [humanize](https://github.com/python-humanize/humanize) from 4.10.0 to 4.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-humanize/humanize/releases">humanize's releases</a>.</em></p> <blockquote> <h2>4.11.0</h2> <h2>Added</h2> <ul> <li>Add <code>natural_list</code> (<a href="https://redirect.github.com/python-humanize/humanize/issues/110">#110</a>) <a href="https://github.com/akshaybabloo"><code>@akshaybabloo</code></a></li> <li>filesize: support the ronna and quetta prefixes (<a href="https://redirect.github.com/python-humanize/humanize/issues/142">#142</a>) <a href="https://github.com/bbolli"><code>@bbolli</code></a></li> <li>Update French translations for numbers (<a href="https://redirect.github.com/python-humanize/humanize/issues/192">#192</a>) <a href="https://github.com/enlivn"><code>@enlivn</code></a></li> </ul> <h2>Changed</h2> <ul> <li>Drop support for Python 3.8 (<a href="https://redirect.github.com/python-humanize/humanize/issues/202">#202</a>) <a href="https://github.com/hugovk"><code>@hugovk</code></a></li> <li>Defer <code>fractions.Fraction</code> import to save 5ms (<a href="https://redirect.github.com/python-humanize/humanize/issues/201">#201</a>) <a href="https://github.com/hugovk"><code>@hugovk</code></a></li> <li>Speedup x 1.85: Generate <code>__version__</code> at build to avoid slow <code>importlib.metadata</code> import (<a href="https://redirect.github.com/python-humanize/humanize/issues/200">#200</a>) <a href="https://github.com/hugovk"><code>@hugovk</code></a></li> </ul> <h2>Fixed</h2> <ul> <li>Fix finding location of translations (<a href="https://redirect.github.com/python-humanize/humanize/issues/204">#204</a>) <a href="https://github.com/dangillet"><code>@dangillet</code></a></li> <li>Fix rollover from ZB to 1.0 YB (<a href="https://redirect.github.com/python-humanize/humanize/issues/206">#206</a>) <a href="https://github.com/hugovk"><code>@hugovk</code></a></li> <li>Fix zh_CN/zh_HK translation for "1 year, %d days" (<a href="https://redirect.github.com/python-humanize/humanize/issues/196">#196</a>) <a href="https://github.com/luliangce"><code>@luliangce</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-humanize/humanize/commit/073a00b4cae648cb79e494eefb0389f5b038ffce"><code>073a00b</code></a> Adjust docs order for lists (<a href="https://redirect.github.com/python-humanize/humanize/issues/209">#209</a>)</li> <li><a href="https://github.com/python-humanize/humanize/commit/d7f5dc5d60a4eb8f43b1ff6ddb842030062e9910"><code>d7f5dc5</code></a> Add natural_list (<a href="https://redirect.github.com/python-humanize/humanize/issues/110">#110</a>)</li> <li><a href="https://github.com/python-humanize/humanize/commit/19b43d3b8d80959d75097d8e145690be811465bd"><code>19b43d3</code></a> Fix i18n _get_default_locale_path (<a href="https://redirect.github.com/python-humanize/humanize/issues/204">#204</a>)</li> <li><a href="https://github.com/python-humanize/humanize/commit/b5f9af53d85a5dafaa66b5503e7b096a21b987b1"><code>b5f9af5</code></a> Apply suggestions from code review</li> <li><a href="https://github.com/python-humanize/humanize/commit/4e1c96bfb3abf0550bec12b98758bcfe2e51a79c"><code>4e1c96b</code></a> Update dependency pymdown-extensions to v10.11.2 (<a href="https://redirect.github.com/python-humanize/humanize/issues/208">#208</a>)</li> <li><a href="https://github.com/python-humanize/humanize/commit/a88a686bb9a083d1a6a044d9b8f1e21bfa431e87"><code>a88a686</code></a> Update dependency pymdown-extensions to v10.11.2</li> <li><a href="https://github.com/python-humanize/humanize/commit/56b4fa812b0961cddc528764b5e2508cfe68e6f1"><code>56b4fa8</code></a> Fix rollover from ZB to 1.0 YB (<a href="https://redirect.github.com/python-humanize/humanize/issues/206">#206</a>)</li> <li><a href="https://github.com/python-humanize/humanize/commit/be8796c1d7cc53ffac3a39fc4a08e55882b05187"><code>be8796c</code></a> Fix mypy</li> <li><a href="https://github.com/python-humanize/humanize/commit/922c5479ac42850e699b47e9e7de5f44a2a6e3bb"><code>922c547</code></a> Update docs/requirements.txt (<a href="https://redirect.github.com/python-humanize/humanize/issues/207">#207</a>)</li> <li><a href="https://github.com/python-humanize/humanize/commit/3cc35810d8797d8c5abf02e89af662c4e6623a21"><code>3cc3581</code></a> Update docs/requirements.txt</li> <li>Additional commits viewable in <a href="https://github.com/python-humanize/humanize/compare/4.10.0...4.11.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=humanize&package-manager=pip&previous-version=4.10.0&new-version=4.11.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 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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information