Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

Bumps babel from 2.12.1 to 2.13.0.

Release notes

Sourced from babel's releases.

v2.13.0

PyPI: https://pypi.org/project/Babel/2.13.0/

Upcoming deprecation

  • This version, Babel 2.13, is the last version of Babel to support Python 3.7. Babel 2.14 will require Python 3.8 or newer.

(This changelog is auto-generated by GitHub; please see CHANGES.rst for a less verbose listing.)

What's Changed

New Contributors

Full Changelog: python-babel/babel@v2.12.1...v2.13.0

Changelog

Sourced from babel's changelog.

Version 2.13.0

Upcoming deprecation

 * This version, Babel 2.13, is the last version of Babel to support Python 3.7. Babel 2.14 will require Python 3.8 or newer. 

Features

 * Add flag to ignore POT-Creation-Date for updates by @joeportela in :gh:`999` * Support 't' specifier in keywords by @jeanas in :gh:`1015` * Add f-string parsing for Python 3.12 (PEP 701) by @encukou in :gh:`1027` 

Fixes

 * Various typing-related fixes by @akx in :gh:`979`, in :gh:`978`, :gh:`981`, :gh:`983` * babel.messages.catalog: deduplicate _to_fuzzy_match_key logic by @akx in :gh:`980` * Freeze format_time() tests to a specific date to fix test failures by @mgorny in :gh:`998` * Spelling and grammar fixes by @scop in :gh:`1008` * Renovate lint tools by @akx in :gh:`1017`, :gh:`1028` * Use SPDX license identifier by @vargenau in :gh:`994` * Use aware UTC datetimes internally by @scop in :gh:`1009` New Contributors </code></pre> <ul> <li><a href="https://github.com/mgorny"><code>@​mgorny</code></a> made their first contribution in :gh:<code>998</code></li> <li><a href="https://github.com/vargenau"><code>@​vargenau</code></a> made their first contribution in :gh:<code>994</code></li> <li><a href="https://github.com/joeportela"><code>@​joeportela</code></a> made their first contribution in :gh:<code>999</code></li> <li><a href="https://github.com/encukou"><code>@​encukou</code></a> made their first contribution in :gh:<code>1027</code> </code></pre></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-babel/babel/commit/76677eacd10cc35bea0a11ec1d2f0566cadd4066"><code>76677ea</code></a> Prepare for 2.13.0 release</li> <li><a href="https://github.com/python-babel/babel/commit/fb6ab5fa6685c98433a9d558de2a3e76fbe54f83"><code>fb6ab5f</code></a> Renovate CI &amp; tools (<a href="https://redirect.github.com/python-babel/babel/issues/1028">#1028</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/72bccffc7c35f07ec8bf97ff90079d51fc4da012"><code>72bccff</code></a> Add f-string parsing for Python 3.12 (PEP 701) (<a href="https://redirect.github.com/python-babel/babel/issues/1027">#1027</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/6fc07a27c00cc67e32a5e5e610fe8a9a0b3756f1"><code>6fc07a2</code></a> Support 't' specifier in keywords (<a href="https://redirect.github.com/python-babel/babel/issues/1015">#1015</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/9ef53c6a6ab5fc604b58ccb19dc63ebcf8edd28b"><code>9ef53c6</code></a> Add flag to ignore POT-Creation-Date for updates (<a href="https://redirect.github.com/python-babel/babel/issues/999">#999</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/1747d2230a0294a07c99563cf50fb95a37b6ac0f"><code>1747d22</code></a> Use aware UTC datetimes internally (<a href="https://redirect.github.com/python-babel/babel/issues/1009">#1009</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/95a0ea818f5d555ab4bad0ae7722971934b4a193"><code>95a0ea8</code></a> Use SPDX license identifier: BSD-3-Clause (<a href="https://redirect.github.com/python-babel/babel/issues/994">#994</a>)</li> <li><a href="https://github.com/python-babel/babel/commit/c30af8046359df5e18fd6d43b10c9f384f48b28c"><code>c30af80</code></a> Merge pull request <a href="https://redirect.github.com/python-babel/babel/issues/1017">#1017</a> from python-babel/renovate</li> <li><a href="https://github.com/python-babel/babel/commit/fe186e06eff1a7ff3facc145cfde399bd31c518d"><code>fe186e0</code></a> Mark tz-dependent doctests +SKIP</li> <li><a href="https://github.com/python-babel/babel/commit/503ed1aef9bb2ce71f737f98ca653ccf3088c87e"><code>503ed1a</code></a> Fix a couple of B018 errors</li> <li>Additional commits viewable in <a href="https://github.com/python-babel/babel/compare/v2.12.1...v2.13.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.12.1&new-version=2.13.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> 
Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 to 2.13.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.12.1...v2.13.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 9, 2023
@rffontenelle rffontenelle merged commit 36cef75 into 3.12 Oct 9, 2023
@rffontenelle rffontenelle deleted the dependabot/pip/babel-2.13.0 branch October 9, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

1 participant