addons-server
addons-server copied to clipboard
Bump babel from 2.14.0 to 2.15.0 in /requirements
Bumps babel from 2.14.0 to 2.15.0.
Release notes
Sourced from babel's releases.
v2.15.0
The changelog below is auto-generated by GitHub.
The binary artifacts attached to this GitHub release were generated by the GitHub Actions workflow.
Please see CHANGELOG.rst for additional details.
What's Changed
- Drop support for Python 3.7 (EOL since June 2023) by
@​akxin python-babel/babel#1048- Upgrade GitHub Actions by
@​cclaussin python-babel/babel#1054- Improve .po IO by
@​akxin python-babel/babel#1068- Use CLDR 44 by
@​akxin python-babel/babel#1071- Allow alternative space characters as group separator when parsing numbers by
@​ronnixin python-babel/babel#1007- Include Unicode license in
locale-dataand in documentation by@​akxin python-babel/babel#1074- Encode support for the "fall back to short format" logic for time delta formatting by
@​akxin python-babel/babel#1075- Prepare for 2.15.0 release by
@​akxin python-babel/babel#1079New Contributors
@​cclaussmade their first contribution in python-babel/babel#1054@​ronnixmade their first contribution in python-babel/babel#1007Full Changelog: https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0
Changelog
Sourced from babel's changelog.
Version 2.15.0
Python version support
* Babel 2.15.0 will require Python 3.8 or newer. (:gh:`1048`)Features
* CLDR: Upgrade to CLDR 44 (:gh:`1071`) (@akx) * Dates: Support for the "fall back to short format" logic for time delta formatting (:gh:`1075`) (@akx) * Message: More versatile .po IO functions (:gh:`1068`) (@akx) * Numbers: Improved support for alternate spaces when parsing numbers (:gh:`1007`) (@ronnix's first contribution)Infrastructure
- Upgrade GitHub Actions (:gh:
1054) (@​cclauss's first contribution)- The Unicode license is now included in
locale-dataand in the documentation (:gh:1074) (@​akx)
Commits
40b194fPrepare for 2.15.0 release (#1079)c2e6c6eEncode support for the "fall back to short format" logic for time delta forma...1a03526Include Unicode license inlocale-dataand in documentation (#1074)c0fb56eAllow alternative space characters as group separator when parsing numbers (#...fe82fbcUse CLDR 44 and adjust tests to match new data (#1071)e0d1018Improve .po IO (#1068)40e60a1Upgrade GitHub Actions (#1054)2a1709aDrop support for Python 3.7 (EOL since June 2023) (#1048)- See full diff in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@dependabot rebase
Superseded by #22559.