github-readme-youtube-cards
github-readme-youtube-cards copied to clipboard
chore(deps): bump babel from 2.16.0 to 2.17.0
Bumps babel from 2.16.0 to 2.17.0.
Release notes
Sourced from babel's releases.
v2.17.0
Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium. 🇧🇪
Thank you to all contributors, new and old, and here's to another great year of internationalization and localization!
The changelog below is auto-generated by GitHub.
Please see CHANGELOG.rst for additional details.
What's Changed
- Fix deprecation warnings for
datetime.utcnow()by@tomasr8in python-babel/babel#1119- Enclose white spaces in references by
@Dunedanin python-babel/babel#1105- Replace
str.indexwithstr.findby@tomasr8in python-babel/babel#1130- Replace more alternate characters in
format_skeletonby@tomasr8in python-babel/babel#1122- Fix extracted lineno with nested calls by
@dylankissin python-babel/babel#1126- "Deleted duplicate code in test" by
@mattdiaz007in python-babel/babel#1138- Fix of list index out of range error in PoFileParser.add_message when translations is empty by
@gabe-shermanin python-babel/babel#1135- Make seconds optional in
parse_timetime formats by@tomasr8in python-babel/babel#1141- Mark
wraptextdeprecated; useTextWrapperdirectly inwrite_poby@akxin python-babel/babel#1140- Fix the way obsolete messages are stored by
@tomasr8in python-babel/babel#1132- Replace
OrderedDictwith justdictby@tomasr8in python-babel/babel#1149- Use CLDR 46 by
@tomasr8in python-babel/babel#1145- Update CI to use python 3.13 and Ubuntu 24.04 by
@tomasr8in python-babel/babel#1153- Adjust docs/conf.py to add compatibility with sphinx 8 by
@hrnciarin python-babel/babel#1155- Allow specifying an explicit format in parse_date/parse_time by
@tomasr8in python-babel/babel#1131- Simplify
read_mologic regardingcatalog.charsetby@tomasr8in python-babel/babel#1148- Bump CI/tool versions by
@akxin python-babel/babel#1160- fix: check_and_call_extract_file uses the first matching method and options, instead of the first matching method and last matching options by
@jpmckinneyin python-babel/babel#1121- Prevent wrapping file locations containing white space by
@tomasr8in python-babel/babel#1120- Add tzdata as dev dependency and sync with tox.ini by
@wandrew004in python-babel/babel#1159- Support short and narrow formats for format_timedelta when using
add_directionby@akxin python-babel/babel#1163- Improve handling for
locale=Noneby@akxin python-babel/babel#1164- Use
pytest.raises(match=...)by@akxin python-babel/babel#1166- Strip extra leading slashes in
/etc/localtimeby@akxin python-babel/babel#1165- Remove redundant assignment in
Catalog.__setitem__by@tomasr8in python-babel/babel#1167- Small cleanups by
@akxin python-babel/babel#1170- Small test cleanup by
@akxin python-babel/babel#1172- Add
Message.python_brace_formatby@tomasr8in python-babel/babel#1169- Import
Literalfrom the typing module by@tomasr8in python-babel/babel#1175- Prefer LC_MONETARY when formatting currencies by
@akxin python-babel/babel#1173- Fix dates formatting
Y,wandWsymbols for week-numbering by@jun66j5in python-babel/babel#1179- Increase test coverage of the
python_formatchecker by@tomasr8in python-babel/babel#1176- Prepare for 2.17.0 by
@akxin python-babel/babel#1182New Contributors
@Dunedanmade their first contribution in python-babel/babel#1105
... (truncated)
Changelog
Sourced from babel's changelog.
Version 2.17.0
Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium.
Thank you to all contributors, new and old, and here's to another great year of internationalization and localization!
Features
* CLDR: Babel now uses CLDR 46, by @tomasr8 in :gh:`1145` * Dates: Allow specifying an explicit format in parse_date/parse_time by @tomasr8 in :gh:`1131` * Dates: More alternate characters are now supported by `format_skeleton`. By @tomasr8 in :gh:`1122` * Dates: Support short and narrow formats for format_timedelta when using `add_direction`, by @akx in :gh:`1163` * Messages: .po files now enclose white spaces in filenames like GNU gettext does. By @Dunedan in :gh:`1105`, and @tomasr8 in :gh:`1120` * Messages: Initial support for `Message.python_brace_format`, by @tomasr8 in :gh:`1169` * Numbers: LC_MONETARY is now preferred when formatting currencies, by @akx in :gh:`1173`Bugfixes
- Dates: Make seconds optional in
parse_timetime formats by@tomasr8in :gh:1141- Dates: Replace
str.indexwithstr.findby@tomasr8in :gh:1130- Dates: Strip extra leading slashes in
/etc/localtimeby@akxin :gh:1165- Dates: Week numbering and formatting of dates with week numbers was repaired by
@jun66j5in :gh:1179- General: Improve handling for
locale=Noneby@akxin :gh:1164- General: Remove redundant assignment in
Catalog.__setitem__by@tomasr8in :gh:1167- Messages: Fix extracted lineno with nested calls, by
@dylankissin :gh:1126- Messages: Fix of list index out of range when translations is empty, by
@gabe-shermanin :gh:1135- Messages: Fix the way obsolete messages are stored by
@tomasr8in :gh:1132- Messages: Simplify
read_mologic regardingcatalog.charsetby@tomasr8in :gh:1148- Messages: Use the first matching method & options, rather than first matching method & last options, by
@jpmckinneyin :gh:1121Deprecation and compatibility
* Dates: Fix deprecation warnings for `datetime.utcnow()` by @tomasr8 in :gh:`1119` * Docs: Adjust docs/conf.py to add compatibility with sphinx 8 by @hrnciar in :gh:`1155` * General: Import `Literal` from the typing module by @tomasr8 in :gh:`1175` * General: Replace `OrderedDict` with just `dict` by @tomasr8 in :gh:`1149` * Messages: Mark `wraptext` deprecated; use `TextWrapper` directly in `write_po` by @akx in :gh:`1140`Infrastructure
* Add tzdata as dev dependency and sync with tox.ini by @wandrew004 in :gh:`1159` * Duplicate test code was deleted by @mattdiaz007 in :gh:`1138` * Increase test coverage of the `python_format` checker by @tomasr8 in :gh:`1176` * Small cleanups by @akx in :gh:`1160`, :gh:`1166`, :gh:`1170` and :gh:`1172` </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary><ul> <li><a href="https://github.com/python-babel/babel/commit/b50a1d2186c20f3359f7e10853d2b2225a46ed40"><code>b50a1d2</code></a> Prepare for 2.17.0 (<a href="https://redirect.github.com/python-babel/babel/issues/1182">#1182</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/5f117b2689573aa98acc8a47108c49b99f4d1394"><code>5f117b2</code></a> Increase test coverage of the <code>python_format</code> checker (<a href="https://redirect.github.com/python-babel/babel/issues/1176">#1176</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/363ad7531fb5dcdc3e9844573592b0b44afb914b"><code>363ad75</code></a> Fix dates formatting <code>Y</code>, <code>w</code> and <code>W</code> symbols for week-numbering (<a href="https://redirect.github.com/python-babel/babel/issues/1179">#1179</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/e9c3ef8d0de3080ca59f7f8dbabf9b52983adc7d"><code>e9c3ef8</code></a> Merge pull request <a href="https://redirect.github.com/python-babel/babel/issues/1173">#1173</a> from python-babel/lc-monetary-2</li> <li><a href="https://github.com/python-babel/babel/commit/56ef7c7f578a904917464c187e399abb762bd5e3"><code>56ef7c7</code></a> Prefer LC_MONETARY when formatting currency</li> <li><a href="https://github.com/python-babel/babel/commit/aee6d698b541dc50439280d7e093092cc0d4b832"><code>aee6d69</code></a> <code>default_locale</code>: support multiple keys</li> <li><a href="https://github.com/python-babel/babel/commit/2d8a808864d1aae5d3d02d4f95917c79740c5d35"><code>2d8a808</code></a> Import <code>Literal</code> & <code>TypedDict</code> from the typing module (<a href="https://redirect.github.com/python-babel/babel/issues/1175">#1175</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/98b9562c05e5276038c27ec12c12f3e92dc027b6"><code>98b9562</code></a> Add basic support for <code>Message.python_brace_format</code> (<a href="https://redirect.github.com/python-babel/babel/issues/1169">#1169</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/0c1091c9de9543e30bc4b845eb10b5bf84516d7b"><code>0c1091c</code></a> Small test cleanup (<a href="https://redirect.github.com/python-babel/babel/issues/1172">#1172</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/db4879136a7fbcef475f26b75dbdd65d0ce488f9"><code>db48791</code></a> Merge pull request <a href="https://redirect.github.com/python-babel/babel/issues/1170">#1170</a> from python-babel/small-cleanup</li> <li>Additional commits viewable in <a href="https://github.com/python-babel/babel/compare/v2.16.0...v2.17.0">compare view</a></li> </ul> </details>
<br />
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| ytcards-lkft | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 3, 2025 11:19am |