pythonprobr / pythonpro-website

GNU Affero General Public License v3.0
61 stars 63 forks source link

Update humanize to 4.2.3 #4656

Closed pyup-bot closed 2 years ago

pyup-bot commented 2 years ago

This PR updates humanize from 4.1.0 to 4.2.3.

Changelog ### 4.2.3 ``` Fixed * Update annotations, docs, and tests: `naturaltime` can also accept a `timedelta` (31) nuztalgia ``` ### 4.2.2 ``` Fixed * Update annotations: `naturadelta` and `naturaltime` can also accept a `float` (29) hugovk ``` ### 4.2.1 ``` Fixed * Rename Arabic locale from `ar_SA` to `ar` to enable fallbacks (27) hugovk * Use `%d` for year translations, convert to string for `intcomma` after (23) carterbox * Fix `intcomma` with `ndigits=0` (26) hugovk ``` ### 4.2.0 ``` Added * Add `humanize.metric()` for converting big/small numbers to SI units (22) bwoodsend * Add type hints (15) hugovk Fixed * Fix `scientific()` on small positive numbers (22) bwoodsend * Remove redundant `wheel` dependency from `pyproject.toml` (16) mgorny ```
Links - PyPI: https://pypi.org/project/humanize - Changelog: https://pyup.io/changelogs/humanize/ - Repo: https://github.com/python-humanize/humanize
codecov[bot] commented 2 years ago

Codecov Report

Merging #4656 (5f94bae) into master (31546df) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4656   +/-   ##
=======================================
  Coverage   92.35%   92.35%           
=======================================
  Files         238      238           
  Lines        6739     6739           
=======================================
  Hits         6224     6224           
  Misses        515      515           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31546df...5f94bae. Read the comment docs.

pyup-bot commented 2 years ago

Closing this in favor of #4719