Skip to content

Commit

Permalink
Bump babel from 2.13.1 to 2.14.0 in /app (#5)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [babel](https://github.com/python-babel/babel) from 2.13.1 to
2.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-babel/babel/releases">babel's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.14.0</h2>
<h2>Upcoming deprecation</h2>
<ul>
<li>This version, Babel 2.14, is the last version of Babel to support
Python 3.7. Babel 2.15 will require Python 3.8 or newer.
We had previously announced Babel 2.13 to have been the last version to
support Python 3.7, but being able to use CLDR 43 with Python 3.7 was
deemed important enough to keep supporting the EOL Python version for
one more release.</li>
</ul>
<h2>Possibly backwards incompatible changes</h2>
<ul>
<li>Locale.number_symbols will now have first-level keys for each
numbering system. Since the implicit default numbering system still is
&quot;latn&quot;, what had previously been e.g.
Locale.number_symbols['decimal'] is now
Locale.number_symbols['latn']['decimal'].</li>
<li>Babel no longer directly depends on either distutils or setuptools;
if you had been using the Babel setuptools command extensions, you would
need to explicitly depend on setuptools – though given you're running
setup.py you probably already do.</li>
</ul>
<p>The changelog below is auto-generated by GitHub.</p>
<p>Please see <a
href="https://github.com/python-babel/babel/blob/a8505a4de1d365d7eac6313908cac6dda2708a05/CHANGES.rst">CHANGELOG.rst</a>
for additional details.</p>
<h2>What's Changed</h2>
<ul>
<li>Upgrade to CLDR 43 by <a
href="https://github.com/rix0rrr"><code>@​rix0rrr</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1043">python-babel/babel#1043</a></li>
<li>Decouple <code>pybabel</code> frontend from distutils/setuptools;
remove dependency by <a
href="https://github.com/akx"><code>@​akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1041">python-babel/babel#1041</a></li>
<li>Enforce trailing commas (enable Ruff COM rule and autofix) by <a
href="https://github.com/akx"><code>@​akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1045">python-babel/babel#1045</a></li>
<li>CI: use GitHub output formats by <a
href="https://github.com/akx"><code>@​akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1046">python-babel/babel#1046</a></li>
<li>Allow last_translator to be passed as an option to extract_message
by <a href="https://github.com/AivGitHub"><code>@​AivGitHub</code></a>
in <a
href="https://redirect.github.com/python-babel/babel/pull/1044">python-babel/babel#1044</a></li>
<li>Add support of local numbering systems for number symbols by <a
href="https://github.com/kajte"><code>@​kajte</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1036">python-babel/babel#1036</a></li>
<li>fix(numbers): correctly determine malformed decimals by <a
href="https://github.com/Olunusib"><code>@​Olunusib</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1042">python-babel/babel#1042</a></li>
<li>Prepare for 2.14.0 release by <a
href="https://github.com/akx"><code>@​akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1047">python-babel/babel#1047</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rix0rrr"><code>@​rix0rrr</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1043">python-babel/babel#1043</a></li>
<li><a href="https://github.com/AivGitHub"><code>@​AivGitHub</code></a>
made their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1044">python-babel/babel#1044</a></li>
<li><a href="https://github.com/kajte"><code>@​kajte</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1036">python-babel/babel#1036</a></li>
<li><a href="https://github.com/Olunusib"><code>@​Olunusib</code></a>
made their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1042">python-babel/babel#1042</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-babel/babel/compare/v2.13.1...v2.14.0">https://github.com/python-babel/babel/compare/v2.13.1...v2.14.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-babel/babel/blob/master/CHANGES.rst">babel's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.14.0</h2>
<p>Upcoming deprecation</p>
<pre><code>
* This version, Babel 2.14, is the last version of Babel to support
Python 3.7.
  Babel 2.15 will require Python 3.8 or newer.
* We had previously announced Babel 2.13 to have been the last version
to support
Python 3.7, but being able to use CLDR 43 with Python 3.7 was deemed
important
  enough to keep supporting the EOL Python version for one more release.
<p>Possibly backwards incompatible changes
</code></pre></p>
<ul>
<li><code>Locale.number_symbols</code> will now have first-level keys
for each numbering system.
Since the implicit default numbering system still is
<code>&quot;latn&quot;</code>, what had previously
been e.g. <code>Locale.number_symbols['decimal']</code> is now
<code>Locale.number_symbols['latn']['decimal']</code>.</li>
<li>Babel no longer directly depends on either <code>distutils</code> or
<code>setuptools</code>; if you had been
using the Babel setuptools command extensions, you would need to
explicitly depend on <code>setuptools</code> –
though given you're running <code>setup.py</code> you probably already
do.</li>
</ul>
<p>Features</p>
<pre><code>
* CLDR/Numbers: Add support of local numbering systems for number
symbols by @kajte in :gh:`1036`
* CLDR: Upgrade to CLDR 43 by @rix0rrr in :gh:`1043`
* Frontend: Allow last_translator to be passed as an option to
extract_message by @AivGitHub in :gh:`1044`
* Frontend: Decouple `pybabel` CLI frontend from distutils/setuptools by
@akx in :gh:`1041`
* Numbers: Improve parsing of malformed decimals by @olunusib and @akx
in :gh:`1042`
<p>Infrastructure
</code></pre></p>
<ul>
<li>Enforce trailing commas (enable Ruff COM rule and autofix) by <a
href="https://github.com/akx"><code>@​akx</code></a> in
:gh:<code>1045</code></li>
<li>CI: use GitHub output formats by <a
href="https://github.com/akx"><code>@​akx</code></a> in
:gh:<code>1046</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-babel/babel/commit/a8505a4de1d365d7eac6313908cac6dda2708a05"><code>a8505a4</code></a>
Prepare for 2.14.0 release (<a
href="https://redirect.github.com/python-babel/babel/issues/1047">#1047</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/946efcdddb73d4470f2dc4e689aef0477a0ca02f"><code>946efcd</code></a>
Improve parsing of malformed decimals (<a
href="https://redirect.github.com/python-babel/babel/issues/1042">#1042</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/aca7663728e08e9d60b192b11fa6626a60974929"><code>aca7663</code></a>
Add support for non-Latin numbering systems for number symbols (<a
href="https://redirect.github.com/python-babel/babel/issues/1036">#1036</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/d4e65e25487b3e80e20898ea679db4db2fa1d696"><code>d4e65e2</code></a>
Allow last_translator to be passed as an option to extract_message (<a
href="https://redirect.github.com/python-babel/babel/issues/1044">#1044</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/5dff607951ca157b37f0f8db8213698af122335a"><code>5dff607</code></a>
CI: use GitHub output formats (<a
href="https://redirect.github.com/python-babel/babel/issues/1046">#1046</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/8a1eef5ca664992137115f5613f1d0e1500fdf6a"><code>8a1eef5</code></a>
Enforce trailing commas (enable Ruff COM rule and autofix) (<a
href="https://redirect.github.com/python-babel/babel/issues/1045">#1045</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/bf7b2ca3dbb2953166e33d24c1dc800a4f7c97a8"><code>bf7b2ca</code></a>
Decouple <code>pybabel</code> frontend from distutils/setuptools; remove
dependency (<a
href="https://redirect.github.com/python-babel/babel/issues/1041">#1041</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/a6c52b302c9c2b07fd9ba41059a536d3f6bcfe05"><code>a6c52b3</code></a>
Bump CLDR download script to 43 (<a
href="https://redirect.github.com/python-babel/babel/issues/1043">#1043</a>)</li>
<li>See full diff in <a
href="https://github.com/python-babel/babel/compare/v2.13.1...v2.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=babel&package-manager=pip&previous-version=2.13.1&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent be711f7 commit d582bd3
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d582bd3

Please sign in to comment.