cmenon12 / birdbox-livestream

Collection of Python scripts designed for livestreaming a birdbox from a Raspberry Pi to YouTube!
https://www.youtube.com/channel/UCikUXkTwFvyrHlajBRQwvuw/
GNU General Public License v3.0
2 stars 0 forks source link

Update humanize from 4.9.0 to 4.11.0 #126

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
humanize (changelog) ==4.9.0 -> ==4.11.0 age adoption passing confidence

:warning: This is a minor update.


Release Notes

python-humanize/humanize (humanize) ### [`v4.11.0`](https://redirect.github.com/python-humanize/humanize/releases/tag/4.11.0) [Compare Source](https://redirect.github.com/python-humanize/humanize/compare/4.10.0...4.11.0) #### Added - Add `natural_list` ([#​110](https://redirect.github.com/python-humanize/humanize/issues/110)) [@​akshaybabloo](https://redirect.github.com/akshaybabloo) - filesize: support the ronna and quetta prefixes ([#​142](https://redirect.github.com/python-humanize/humanize/issues/142)) [@​bbolli](https://redirect.github.com/bbolli) - Update French translations for numbers ([#​192](https://redirect.github.com/python-humanize/humanize/issues/192)) [@​enlivn](https://redirect.github.com/enlivn) #### Changed - Drop support for Python 3.8 ([#​202](https://redirect.github.com/python-humanize/humanize/issues/202)) [@​hugovk](https://redirect.github.com/hugovk) - Defer `fractions.Fraction` import to save 5ms ([#​201](https://redirect.github.com/python-humanize/humanize/issues/201)) [@​hugovk](https://redirect.github.com/hugovk) - Speedup x 1.85: Generate `__version__` at build to avoid slow `importlib.metadata` import ([#​200](https://redirect.github.com/python-humanize/humanize/issues/200)) [@​hugovk](https://redirect.github.com/hugovk) #### Fixed - Fix finding location of translations ([#​204](https://redirect.github.com/python-humanize/humanize/issues/204)) [@​dangillet](https://redirect.github.com/dangillet) - Fix rollover from ZB to 1.0 YB ([#​206](https://redirect.github.com/python-humanize/humanize/issues/206)) [@​hugovk](https://redirect.github.com/hugovk) - Fix zh_CN/zh_HK translation for "1 year, %d days" ([#​196](https://redirect.github.com/python-humanize/humanize/issues/196)) [@​luliangce](https://redirect.github.com/luliangce) ### [`v4.10.0`](https://redirect.github.com/python-humanize/humanize/releases/tag/4.10.0) [Compare Source](https://redirect.github.com/python-humanize/humanize/compare/4.9.0...4.10.0) #### Changed - Replace deprecated pydocstyle with Ruff and update to Black 2024 style ([#​170](https://redirect.github.com/python-humanize/humanize/issues/170)) [@​hugovk](https://redirect.github.com/hugovk) #### Fixed - Remove shebang from filesize.py ([#​188](https://redirect.github.com/python-humanize/humanize/issues/188)) [@​mikelolasagasti](https://redirect.github.com/mikelolasagasti) - Fix test failures on systems with 32-bit time_t ([#​177](https://redirect.github.com/python-humanize/humanize/issues/177)) [@​mgorny](https://redirect.github.com/mgorny) - Fix handling of negative time deltas ([#​173](https://redirect.github.com/python-humanize/humanize/issues/173)) [@​hugovk](https://redirect.github.com/hugovk) - Fix naturaldelta sub second precision ([#​169](https://redirect.github.com/python-humanize/humanize/issues/169)) [@​wolf1986](https://redirect.github.com/wolf1986) - Reword the French translation of very small amount of time ([#​162](https://redirect.github.com/python-humanize/humanize/issues/162)) [@​arobase-che](https://redirect.github.com/arobase-che) - Fix Arabic localization ([#​160](https://redirect.github.com/python-humanize/humanize/issues/160)) [@​YazeedT](https://redirect.github.com/YazeedT) - `metric`: Fix precision format ([#​159](https://redirect.github.com/python-humanize/humanize/issues/159)) [@​e-nikolov](https://redirect.github.com/e-nikolov)

Configuration

šŸ“… Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.