Skip to content

Commit c72f20c

Browse files
build(deps): bump babel from 2.13.1 to 2.15.0 in /docs/sphinx (#1983)
Bumps [babel](https://github.com/python-babel/babel) from 2.13.1 to 2.15.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>v2.15.0</h2> <p>The changelog below is auto-generated by GitHub.</p> <p>The binary artifacts attached to this GitHub release <a href="https://github.com/python-babel/babel/actions/runs/8958743141#artifacts">were generated by the GitHub Actions workflow</a>.</p> <p>Please see <a href="https://github.com/python-babel/babel/blob/40b194f4777366e95cc2dfb680fd696b86ef1c04/CHANGES.rst">CHANGELOG.rst</a> for additional details.</p> <hr /> <h2>What's Changed</h2> <ul> <li>Drop support for Python 3.7 (EOL since June 2023) by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1048">python-babel/babel#1048</a></li> <li>Upgrade GitHub Actions by <a href="https://github.com/cclauss"><code>@​cclauss</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1054">python-babel/babel#1054</a></li> <li>Improve .po IO by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1068">python-babel/babel#1068</a></li> <li>Use CLDR 44 by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1071">python-babel/babel#1071</a></li> <li>Allow alternative space characters as group separator when parsing numbers by <a href="https://github.com/ronnix"><code>@​ronnix</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1007">python-babel/babel#1007</a></li> <li>Include Unicode license in <code>locale-data</code> and in documentation by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1074">python-babel/babel#1074</a></li> <li>Encode support for the &quot;fall back to short format&quot; logic for time delta formatting by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1075">python-babel/babel#1075</a></li> <li>Prepare for 2.15.0 release by <a href="https://github.com/akx"><code>@​akx</code></a> in <a href="https://redirect.github.com/python-babel/babel/pull/1079">python-babel/babel#1079</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cclauss"><code>@​cclauss</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1054">python-babel/babel#1054</a></li> <li><a href="https://github.com/ronnix"><code>@​ronnix</code></a> made their first contribution in <a href="https://redirect.github.com/python-babel/babel/pull/1007">python-babel/babel#1007</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0">https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0</a></p> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.15.0</h2> <p>Python version support</p> <pre><code> * Babel 2.15.0 will require Python 3.8 or newer. (:gh:`1048`) <p>Features</p> <pre><code> * CLDR: Upgrade to CLDR 44 (:gh:`1071`) (@akx) * Dates: Support for the &amp;quot;fall back to short format&amp;quot; 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 </code></pre> <ul> <li>Upgrade GitHub Actions (:gh:<code>1054</code>) (<a href="https://github.com/cclauss"><code>@​cclauss</code></a>'s first contribution)</li> <li>The Unicode license is now included in <code>locale-data</code> and in the documentation (:gh:<code>1074</code>) (<a href="https://github.com/akx"><code>@​akx</code></a>)</li> </ul> <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. Possibly backwards incompatible changes &lt;/code&gt;&lt;/pre&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;Locale.number_symbols&lt;/code&gt; will now have first-level keys for each numbering system. Since the implicit default numbering system still is &lt;code&gt;&amp;quot;latn&amp;quot;&lt;/code&gt;, what had previously been e.g. &lt;code&gt;Locale.number_symbols['decimal']&lt;/code&gt; is now &lt;code&gt;Locale.number_symbols['latn']['decimal']&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;Babel no longer directly depends on either &lt;code&gt;distutils&lt;/code&gt; or &lt;code&gt;setuptools&lt;/code&gt;; if you had been using the Babel setuptools command extensions, you would need to explicitly depend on &lt;code&gt;setuptools&lt;/code&gt; – though given you're running &lt;code&gt;setup.py&lt;/code&gt; you probably already do.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Features&lt;/p&gt; &lt;pre&gt;&lt;code&gt; * 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` &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; &lt;/code&gt;&lt;/pre&gt; &lt;/blockquote&gt; &lt;p&gt;... (truncated)&lt;/p&gt; &lt;/details&gt; &lt;details&gt; &lt;summary&gt;Commits&lt;/summary&gt; &lt;ul&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@40b194f4777366e95cc2dfb680fd696b86ef1c04&quot;&gt;&lt;code&gt;40b194f&lt;/code&gt;&lt;/a&gt; Prepare for 2.15.0 release (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1079&quot;&gt;#1079&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@c2e6c6e538418f4c195275c1afff831c4706c2e1&quot;&gt;&lt;code&gt;c2e6c6e&lt;/code&gt;&lt;/a&gt; Encode support for the &amp;quot;fall back to short format&amp;quot; logic for time delta forma...&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@1a03526e2dda9818424c400530163464a2e74b9b&quot;&gt;&lt;code&gt;1a03526&lt;/code&gt;&lt;/a&gt; Include Unicode license in &lt;code&gt;locale-data&lt;/code&gt; and in documentation (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1074&quot;&gt;#1074&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@c0fb56e6a5a7fa9268b5164db0ff0fc28524d648&quot;&gt;&lt;code&gt;c0fb56e&lt;/code&gt;&lt;/a&gt; Allow alternative space characters as group separator when parsing numbers (#...&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@fe82fbc90d8044d17bfc4ae1c7a0cb24e85153ef&quot;&gt;&lt;code&gt;fe82fbc&lt;/code&gt;&lt;/a&gt; Use CLDR 44 and adjust tests to match new data (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1071&quot;&gt;#1071&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@e0d10183635b9ae1d37c31811e23c8974a1bc31e&quot;&gt;&lt;code&gt;e0d1018&lt;/code&gt;&lt;/a&gt; Improve .po IO (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1068&quot;&gt;#1068&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@40e60a1f6cf178d9f57fcc14f157ea1b2ab77361&quot;&gt;&lt;code&gt;40e60a1&lt;/code&gt;&lt;/a&gt; Upgrade GitHub Actions (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1054&quot;&gt;#1054&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@2a1709a7768f6f07c3d2dbfdb03d3c8a6bd80aef&quot;&gt;&lt;code&gt;2a1709a&lt;/code&gt;&lt;/a&gt; Drop support for Python 3.7 (EOL since June 2023) (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1048&quot;&gt;#1048&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@a8505a4de1d365d7eac6313908cac6dda2708a05&quot;&gt;&lt;code&gt;a8505a4&lt;/code&gt;&lt;/a&gt; Prepare for 2.14.0 release (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1047&quot;&gt;#1047&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;&lt;a href=&quot;python-babel/babel@946efcdddb73d4470f2dc4e689aef0477a0ca02f&quot;&gt;&lt;code&gt;946efcd&lt;/code&gt;&lt;/a&gt; Improve parsing of malformed decimals (&lt;a href=&quot;https://redirect.github.com/python-babel/babel/issues/1042&quot;&gt;#1042&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Additional commits viewable in &lt;a href=&quot;python-babel/babel@v2.13.1...v2.15.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/details&gt; &lt;br /&gt; </code></pre> [![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.15.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1016a5c commit c72f20c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sphinx/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ alabaster==0.7.13 \
1212
--hash=sha256:1ee19aca801bbabb5ba3f5f258e4422dfa86f82f3e9cefb0859b283cdd7f62a3 \
1313
--hash=sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2
1414
# via sphinx
15-
babel==2.13.1 \
16-
--hash=sha256:33e0952d7dd6374af8dbf6768cc4ddf3ccfefc244f9986d4074704f2fbd18900 \
17-
--hash=sha256:7077a4984b02b6727ac10f1f7294484f737443d7e2e66c5e4380e41a3ae0b4ed
15+
babel==2.15.0 \
16+
--hash=sha256:08706bdad8d0a3413266ab61bd6c34d0c28d6e1e7badf40a2cebe67644e2e1fb \
17+
--hash=sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413
1818
# via sphinx
1919
certifi==2023.11.17 \
2020
--hash=sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1 \

0 commit comments

Comments
 (0)