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 4 updates #898

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 4 updates: coverage, babel, platformdirs and ruff.

Updates coverage from 7.3.1 to 7.3.2

Changelog

Sourced from coverage's changelog.

Version 7.3.2 — 2023-10-02

  • The coverage lcov command ignored the [report] exclude_lines and [report] exclude_also settings (issue 1684). This is now fixed, thanks Jacqueline Lee <pull 1685_>.

  • Sometimes SQLite will create journal files alongside the coverage.py database files. These are ephemeral, but could be mistakenly included when combining data files. Now they are always ignored, fixing issue 1605_. Thanks to Brad Smith for suggesting fixes and providing detailed debugging.

  • On Python 3.12+, we now disable SQLite writing journal files, which should be a little faster.

  • The new 3.12 soft keyword type is properly bolded in HTML reports.

  • Removed the "fullcoverage" feature used by CPython to measure the coverage of early-imported standard library modules. CPython stopped using it <88054_>_ in 2021, and it stopped working completely in Python 3.13.

.. _issue 1605: nedbat/coveragepy#1605 .. _issue 1684: nedbat/coveragepy#1684 .. _pull 1685: nedbat/coveragepy#1685 .. _88054: python/cpython#88054

.. _changes_7-3-1:

Commits
  • a316513 build: fix the pypy wheel arguments
  • 7ec2c62 docs: sample HTML for 7.3.2
  • ffd954f docs: prep for 7.3.2
  • 1ea3907 refactor: don't access frame structs directly
  • 7b8dec9 feat!: remove fullcoverage, it doesn't work in 3.13
  • 1040bce refactor: remove unused interned strings
  • 9ab9e0c fix: 3.12 soft keyword type is bolded in HTML
  • 8624ce9 fix: really turn off SQLite journal files on 3.12+
  • 604aafa chore: make upgrade
  • 7c25ba0 fix: don't combine journal files. #1605
  • Additional commits viewable in compare view

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://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 />

Updates `platformdirs` from 3.10.0 to 3.11.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/platformdirs/platformdirs/compare/3.10.0...3.11.0">https://github.com/platformdirs/platformdirs/compare/3.10.0...3.11.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/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://github.com/platformdirs/platformdirs/compare/3.10.0...3.11.0">compare view</a></li>
</ul>
</details>
<br />

Updates `ruff` from 0.0.291 to 0.0.292
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p>
<blockquote>
<h2>v0.0.292</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Highlights</h3>
<p><strong>This release includes full support for Python 3.12 (<a href="https://www.python.org/downloads/release/python-3120/">out now!</a>), including the new type parameter (<a href="https://peps.python.org/pep-0695/">PEP 695</a>) and f-string syntaxes (<a href="https://peps.python.org/pep-0701/">PEP 701</a>).</strong></p>
<p>PEP 701 lifts many of the restrictions on f-strings that existed in the past, allowing for arbitrarily nested f-strings, consistent quote style within f-strings, and more, all of which are now supported by Ruff (thanks to <a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7376">astral-sh/ruff#7376</a>).</p>
<h3>Breaking Changes</h3>
<ul>
<li>In the formatter, <code>format.quote-style</code> no longer affects triple-quoted strings, to align with common conventions as well as the guidance from PEP 8 and PEP 257 (see: <a href="https://redirect.github.com/astral-sh/ruff/pull/7680">astral-sh/ruff#7680</a>).</li>
<li><code>line-too-long</code> (<code>E501</code>) now ignores trailing pragma comments (like <code># type: ignore</code> and <code># noqa</code>) when computing line length (see: <a href="https://redirect.github.com/astral-sh/ruff/pull/7692">astral-sh/ruff#7692</a>). This is similar to flake8-bugbear's methodology for detecting overlong lines, and ensures that adding pragmas like <code># noqa</code> does not introduce further lint errors.</li>
</ul>
<h3>Rules</h3>
<ul>
<li>[<code>refurb</code>] Implement <code>print-empty-string</code> (<code>FURB105</code>) by <a href="https://github.com/tjkuson"><code>@​tjkuson</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7617">astral-sh/ruff#7617</a></li>
<li>[<code>flake8-bandit</code>] Implement <code>weak-cryptographic-key</code> (<code>S505</code>) by <a href="https://github.com/mkniewallner"><code>@​mkniewallner</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7703">astral-sh/ruff#7703</a></li>
<li>[<code>refurb</code>] Implement <code>implicit-cwd</code> (<code>FURB177</code>) by <a href="https://github.com/danparizher"><code>@​danparizher</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7704">astral-sh/ruff#7704</a></li>
<li><code>unnecessary-pass</code> (<code>PIE790</code>) now flags all unnecessary <code>pass</code> statements; previously, the rule only flagged <code>pass</code> statements that followed a docstring in a two-statement body (see: <a href="https://redirect.github.com/astral-sh/ruff/pull/7697">astral-sh/ruff#7697</a>).</li>
</ul>
<h3>Settings</h3>
<ul>
<li>Add <code>lint</code> section to Ruff configuration by <a href="https://github.com/MichaReiser"><code>@​MichaReiser</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7549">astral-sh/ruff#7549</a></li>
<li>Add <code>explicit-preview-rules</code> to toggle explicit selection of preview rules by <a href="https://github.com/zanieb"><code>@​zanieb</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7390">astral-sh/ruff#7390</a></li>
<li>Decrease PEP 593 error to a debug warning by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7745">astral-sh/ruff#7745</a></li>
<li>Write full Jupyter notebook to <code>stdout</code> by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7748">astral-sh/ruff#7748</a></li>
<li>Extend <code>unnecessary-pass</code> (<code>PIE790</code>) to trigger on all unnecessary <code>pass</code> statements by <a href="https://github.com/tjkuson"><code>@​tjkuson</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7697">astral-sh/ruff#7697</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Ignore blank lines between comments when counting newlines-after-imports by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7607">astral-sh/ruff#7607</a></li>
<li>Avoid reordering mixed-indent-level comments after branches by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7609">astral-sh/ruff#7609</a></li>
<li>Avoid flagging B009 and B010 on starred expressions by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7621">astral-sh/ruff#7621</a></li>
<li>Use deletion for D215 full-line removals by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7625">astral-sh/ruff#7625</a></li>
<li>Avoid searching for bracketed comments in unparenthesized generators by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7627">astral-sh/ruff#7627</a></li>
<li>Update return type for <code>PT022</code> autofix by <a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7613">astral-sh/ruff#7613</a></li>
<li>Flag FURB105 with starred kwargs by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7630">astral-sh/ruff#7630</a></li>
<li>Don't suggest replacing <code>builtin.open()</code> with <code>Path.open()</code> if the latter doesn't support all options by <a href="https://github.com/konstin"><code>@​konstin</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7637">astral-sh/ruff#7637</a></li>
<li>Use 1-based cell indices consistently for Notebooks by <a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7662">astral-sh/ruff#7662</a></li>
<li>Add <code>Expr::Name</code> checks to rules which use <code>is_logger_candidate</code>  by <a href="https://github.com/qdegraaf"><code>@​qdegraaf</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7521">astral-sh/ruff#7521</a></li>
<li>Ensure that B006 autofixes are inserted after imports by <a href="https://github.com/Hoxbro"><code>@​Hoxbro</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7629">astral-sh/ruff#7629</a></li>
<li>Allow named expressions in <code>__all__</code> assignments by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7673">astral-sh/ruff#7673</a></li>
<li>Include radix base prefix in large number representation by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7700">astral-sh/ruff#7700</a></li>
<li>Parenthesize multi-line attributes in B009 by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7701">astral-sh/ruff#7701</a></li>
<li>Insert necessary padding in B014 fixes by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7699">astral-sh/ruff#7699</a></li>
<li>fix(rules): improve S507 detection by <a href="https://github.com/mkniewallner"><code>@​mkniewallner</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7661">astral-sh/ruff#7661</a></li>
<li>Ignore TODO tags in <code>commented-out-code</code> by <a href="https://github.com/tjkuson"><code>@​tjkuson</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7523">astral-sh/ruff#7523</a></li>
<li>Track fix isolation in <code>unnecessary-pass</code> by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7715">astral-sh/ruff#7715</a></li>
<li>Use fixed source code for parser context by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7717">astral-sh/ruff#7717</a></li>
<li>Preserve parentheses in <code>quadratic-list-summation</code> by <a href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7719">astral-sh/ruff#7719</a></li>
<li>Compute <code>NotebookIndex</code> for <code>Diagnostics</code> on stdin by <a href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in <a href="https://redirect.github.com/astral-sh/ruff/pull/7663">astral-sh/ruff#7663</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/astral-sh/ruff/commit/c6d0bdd5723e4c15b2b425e84fdb1b4ca5379700"><code>c6d0bdd</code></a> Bump Ruff version to v0.0.292 (<a href="https://redirect.github.com/astral-sh/ruff/issues/7761">#7761</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/75f759ed55b301e1f4576e56b084a6b2ef909dd5"><code>75f759e</code></a> Upgrade LibCST to support Python 3.12 (<a href="https://redirect.github.com/astral-sh/ruff/issues/7764">#7764</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/6b99f5e3e6a1911cd62ad032980ddd96dd87db8e"><code>6b99f5e</code></a> Re-add formatter to GitHub release notes (<a href="https://redirect.github.com/astral-sh/ruff/issues/7763">#7763</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/97c092a102418e263a835373fbf7d5d4d4bdd57a"><code>97c092a</code></a> Add formatter TOML configuration to the README (<a href="https://redirect.github.com/astral-sh/ruff/issues/7762">#7762</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/bdf285225db4c658c380698948e1aaa63183e012"><code>bdf2852</code></a> Enable formatting for Jupyter notebooks (<a href="https://redirect.github.com/astral-sh/ruff/issues/7749">#7749</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/0961f008b836b29bbddda8067a0530e45679abf5"><code>0961f00</code></a> Rename <code>FixKind</code> to <code>FixAvailability</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/7658">#7658</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/ebdfcee87f36e717d550ebc2e74e80fb0cc67113"><code>ebdfcee</code></a> Write full Jupyter notebook to <code>stdout</code> (<a href="https://redirect.github.com/astral-sh/ruff/issues/7748">#7748</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/c71ff7eae1e78c71a14d8de8530470e1a97d6bc8"><code>c71ff7e</code></a> Avoid printing continuations within import identifiers (<a href="https://redirect.github.com/astral-sh/ruff/issues/7744">#7744</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/0df27375baf868905afe6caf3ca0dab846fcec01"><code>0df2737</code></a> Bump memchr from 2.6.3 to 2.6.4 (<a href="https://redirect.github.com/astral-sh/ruff/issues/7758">#7758</a>)</li>
<li><a href="https://github.com/astral-sh/ruff/commit/c82d0503a8701c9b6e86af56ce49efb2033ce057"><code>c82d050</code></a> Bump thiserror from 1.0.48 to 1.0.49 (<a href="https://redirect.github.com/astral-sh/ruff/issues/7757">#7757</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/v0.0.291...v0.0.292">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 4 updates: [coverage](https://github.com/nedbat/coveragepy), [babel](https://github.com/python-babel/babel), [platformdirs](https://github.com/platformdirs/platformdirs) and [ruff](https://github.com/astral-sh/ruff).


Updates `coverage` from 7.3.1 to 7.3.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.3.1...7.3.2)

Updates `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)

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

Updates `ruff` from 0.0.291 to 0.0.292
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.291...v0.0.292)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- 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
- dependency-name: ruff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 9, 2023 04:37
@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 04:37
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Conventional Commits Report

Type Number
Dependencies 1

🚀 Conventional commits found.

@greenbonebot greenbonebot merged commit 1ab0119 into main Oct 9, 2023
18 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/python-packages-2bb2dac0f5 branch October 9, 2023 07:09
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