mathoudebine / turing-smart-screen-python

Unofficial Python system monitor and library for small IPS USB-C displays like Turing Smart Screen or XuanFang
GNU General Public License v3.0
1.1k stars 186 forks source link

:arrow_up: Update babel requirement from ~=2.13.0 to ~=2.13.1 #372

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Updates the requirements on babel to permit the latest version.

Release notes

Sourced from babel's releases.

Version 2.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/python-babel/babel/compare/v2.13.0...v2.13.1


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

Changelog

Sourced from babel's changelog.

Version 2.13.1

This is a patch release to fix a few bugs.

Fixes


* Fix a typo in ``_locales_to_names`` by @Dl84 in :gh:`1038` (issue :gh:`1037`)
* Fix ``setuptools`` dependency for Python 3.12 by @opryprin in :gh:`1033`

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></li>
</ul>
<h2>Version 2.12.1</h2>
<p>Fixes</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/python-babel/babel/commit/65de3dcf2dc217d6135eff999dc87a3861065e8d"><code>65de3dc</code></a> Prepare for 2.13.1 release</li>
<li><a href="https://github.com/python-babel/babel/commit/139dc11baeb3bbd3bcbb900abb3519e71521a3f7"><code>139dc11</code></a> Fix _locales_to_names: Call str() on the parameter variable instead of the mo...</li>
<li><a href="https://github.com/python-babel/babel/commit/eeb2feb13f7273636d2214dbdb3fb780d9b4fa4f"><code>eeb2feb</code></a> Depend on setuptools since Python 3.12</li>
<li>See full diff in <a href="https://github.com/python-babel/babel/compare/v2.13.0...v2.13.1">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-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
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 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)