DerevenetsArtyom / change-toothbrush-bot

Telegram bot that allows you to schedule your recurring tasks and get notified about it beforehand!
https://t.me/change_toothbrush_bot
MIT License
0 stars 0 forks source link

Bump babel from 2.11.0 to 2.12.0 #194

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps babel from 2.11.0 to 2.12.0.

Release notes

Sourced from babel's releases.

Version 2.12.0

The below release notes are auto-generated; please see CHANGES.rst for a human-crafted one.

Thank you to all contributors!

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from babel's changelog.

Version 2.12.0

Deprecations & breaking changes


* Python 3.6 is no longer supported (:gh:`919`) - Aarni Koskela
* The `get_next_timezone_transition` function is no more (:gh:`958`) - Aarni Koskela

New features


* CLDR: Babel now uses CLDR 42 (:gh:`951`) - Aarni Koskela
* Dates: `pytz` is now optional; Babel will prefer it but will use `zoneinfo` when available. (:gh:`940`) - @ds-cbo
* General: Babel now ships type annotations, thanks to Jonah Lawrence's work in multiple PRs.
* Locales: @modifiers are now retained when parsing locales (:gh:`947`) - martin f. krafft
* Messages: JavaScript template string expression extraction is now smarter. (:gh:`939`) - Johannes Wilm
* Numbers: NaN and Infinity are now better supported (:gh:`955`) - Jonah Lawrence
* Numbers: Short compact currency formats are now supported (:gh:`926`) - Jonah Lawrence
* Numbers: There's now a `Format.compact_decimal` utility function. (:gh:`921`) - Jonah Lawrence

Bugfixes
~~~~~~~~

* Dates: The cache for parsed datetime patterns is now bounded (:gh:`967`) - Aarni Koskela
* Messages: Fuzzy candidate matching accuracy is improved (:gh:`970`) - Jean Abou Samra
* Numbers: Compact singular formats and patterns with no numbers work correctly (:gh:`930`, :gh:`932`) - Jonah Lawrence, Jun Omae

Improvements & cleanup
  • Dates: babel.dates.UTC is now an alias for datetime.timezone.utc (:gh:957) - Aarni Koskela
  • Dates: babel.localtime was slightly cleaned up. (:gh:952) - Aarni Koskela
  • Documentation: Documentation was improved by Maciej Olko, Jonah Lawrence, lilinjie, and Aarni Koskela.
  • Infrastructure: Babel is now being linted with pre-commit and ruff. - Aarni Koskela
Commits
  • f5bb5bf Become 2.12.0
  • d597370 Tox: also test with pytz installed (#974)
  • 373a52f Renovate CI tools a bit (#972)
  • c76f1d4 Merge pull request #970 from jeanas/autojunk
  • c8b7ac5 Turn off difflib "autojunk" heuristic in fuzzy matching
  • 63bb71a In fuzzy matching, also .lower().strip() fuzzy candidates
  • 08af5e2 Replace babel.localedata.locale_identifiers cache with LRU cache
  • 221c937 Replace babel.dates._pattern_cache with an LRU cache
  • 14e7c00 Merge pull request #966 from DenverCoderOne/number-type-improvements
  • 053c242 Type fixes from 961
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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)
dependabot[bot] commented 1 year ago

Superseded by #195.