Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps: Bump the python-packages group with 2 updates #1082

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-packages group with 2 updates: babel and platformdirs.

Updates 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:/mgorny"><code>@​mgorny</code></a> made their first contribution in :gh:<code>998</code></li>
<li><a href="https:/vargenau"><code>@​vargenau</code></a> made their first contribution in :gh:<code>994</code></li>
<li><a href="https:/joeportela"><code>@​joeportela</code></a> made their first contribution in :gh:<code>999</code></li>
<li><a href="https:/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:/python-babel/babel/commit/76677eacd10cc35bea0a11ec1d2f0566cadd4066"><code>76677ea</code></a> Prepare for 2.13.0 release</li>
<li><a href="https:/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:/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:/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:/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:/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:/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:/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:/python-babel/babel/commit/fe186e06eff1a7ff3facc145cfde399bd31c518d"><code>fe186e0</code></a> Mark tz-dependent doctests +SKIP</li>
<li><a href="https:/python-babel/babel/commit/503ed1aef9bb2ce71f737f98ca653ccf3088c87e"><code>503ed1a</code></a> Fix a couple of B018 errors</li>
<li>Additional commits viewable in <a href="https:/python-babel/babel/compare/v2.12.1...v2.13.0">compare view</a></li>
</ul>
</details>
<br />

Updates `platformdirs` from 3.10.0 to 3.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https:/platformdirs/platformdirs/releases">platformdirs's releases</a>.</em></p>
<blockquote>
<h2>3.11.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<ul>
<li>README: Fix CI badge by <a href="https:/hugovk"><code>@​hugovk</code></a> in <a href="https://redirect.github.com/platformdirs/platformdirs/pull/222">platformdirs/platformdirs#222</a></li>
<li>Fix documentation build by <a href="https:/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/platformdirs/platformdirs/pull/225">platformdirs/platformdirs#225</a></li>
<li>Add support for Homebrew-installed software by <a href="https:/singingwolfboy"><code>@​singingwolfboy</code></a> in <a href="https://redirect.github.com/platformdirs/platformdirs/pull/232">platformdirs/platformdirs#232</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https:/singingwolfboy"><code>@​singingwolfboy</code></a> made their first contribution in <a href="https://redirect.github.com/platformdirs/platformdirs/pull/232">platformdirs/platformdirs#232</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https:/platformdirs/platformdirs/compare/3.10.0...3.11.0">https:/platformdirs/platformdirs/compare/3.10.0...3.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https:/platformdirs/platformdirs/commit/682cdcbc9a27e1f3d59ef6a00424ac238ed5a04b"><code>682cdcb</code></a> Add support for Homebrew-installed software (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/232">#232</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/d63b824a76aec5452502133639e75b6acc598393"><code>d63b824</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/229">#229</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/3c0df8fe51569c8750e03f8dfa6239848711c599"><code>3c0df8f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/228">#228</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/360ab2d0c77cd5f77678f6b0a13abb30183eba29"><code>360ab2d</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/226">#226</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/7af9e03079282f8ccc04870177025197fe15f29c"><code>7af9e03</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/227">#227</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/4c5563c7353ce2105213a3c9d2b83f36d1659c94"><code>4c5563c</code></a> Fix documentation build (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/225">#225</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/8b52292f342e50cb9902f635c42944dee96d11ad"><code>8b52292</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/224">#224</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/856bc5d9b3f3b389146bfa005e0191f4fab69e73"><code>856bc5d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/223">#223</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/d79cfc7f3ec21a5cbdc3a2d23ac557d51481beef"><code>d79cfc7</code></a> README: Fix CI badge (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/222">#222</a>)</li>
<li><a href="https:/platformdirs/platformdirs/commit/e6628fef73a1d205c5186a70e054b53b11307f7e"><code>e6628fe</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/platformdirs/platformdirs/issues/221">#221</a>)</li>
<li>Additional commits viewable in <a href="https:/platformdirs/platformdirs/compare/3.10.0...3.11.0">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)

---

<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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps the python-packages group with 2 updates: [babel](https:/python-babel/babel) and [platformdirs](https:/platformdirs/platformdirs).


Updates `babel` from 2.12.1 to 2.13.0
- [Release notes](https:/python-babel/babel/releases)
- [Changelog](https:/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.12.1...v2.13.0)

Updates `platformdirs` from 3.10.0 to 3.11.0
- [Release notes](https:/platformdirs/platformdirs/releases)
- [Changelog](https:/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@3.10.0...3.11.0)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: platformdirs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners October 9, 2023 05:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 9, 2023
@greenbonebot greenbonebot enabled auto-merge (squash) October 9, 2023 05:03
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Conventional Commits Report

😢 No conventional commits found.

👉 Learn more about the conventional commits usage at Greenbone.

@greenbonebot greenbonebot merged commit 2864021 into main Oct 9, 2023
20 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/python-packages-67afc04bcb branch October 9, 2023 06:36
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants