chore(pip-dev)(deps-dev): bump black from 24.8.0 to 24.10.0 #374

Merged
dependabot[bot] merged 1 commits from dependabot/pip/black-24.10.0 into main 2024-10-08 18:50:10 +02:00
dependabot[bot] commented 2024-10-08 17:32:25 +02:00 (Migrated from github.com)

Bumps black from 24.8.0 to 24.10.0.

Release notes

Sourced from black's releases.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Changelog

Sourced from black's changelog.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Commits

Dependabot compatibility score

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 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 <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)
Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p> <blockquote> <h2>24.10.0</h2> <h3>Highlights</h3> <ul> <li>Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (<a href="https://redirect.github.com/psf/black/issues/4436">#4436</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li>Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (<a href="https://redirect.github.com/psf/black/issues/4447">#4447</a>)</li> <li>Black no longer supports running with Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crashes involving comments in parenthesised return types or <code>X | Y</code> style unions. (<a href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li> <li>Fix skipping Jupyter cells with unknown <code>%%</code> magic (<a href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix type annotation spacing between * and more complex type variable tuple (i.e. <code>def fn(*args: *tuple[*Ts, T]) -&gt; None: pass</code>) (<a href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li> </ul> <h3>Caching</h3> <ul> <li>Fix bug where the cache was shared between runs with and without <code>--unstable</code> (<a href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Upgrade version of mypyc used to 1.12 beta (<a href="https://redirect.github.com/psf/black/issues/4450">#4450</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li><code>blackd</code> now requires a newer version of aiohttp. (<a href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li> </ul> <h3>Output</h3> <ul> <li>Added Python target version information on parse error (<a href="https://redirect.github.com/psf/black/issues/4378">#4378</a>)</li> <li>Add information about Black version to internal error messages (<a href="https://redirect.github.com/psf/black/issues/4457">#4457</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p> <blockquote> <h2>24.10.0</h2> <h3>Highlights</h3> <ul> <li>Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (<a href="https://redirect.github.com/psf/black/issues/4436">#4436</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li>Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (<a href="https://redirect.github.com/psf/black/issues/4447">#4447</a>)</li> <li>Black no longer supports running with Python 3.8 (<a href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li> </ul> <h3>Stable style</h3> <ul> <li>Fix crashes involving comments in parenthesised return types or <code>X | Y</code> style unions. (<a href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li> <li>Fix skipping Jupyter cells with unknown <code>%%</code> magic (<a href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li> </ul> <h3>Preview style</h3> <ul> <li>Fix type annotation spacing between * and more complex type variable tuple (i.e. <code>def fn(*args: *tuple[*Ts, T]) -&gt; None: pass</code>) (<a href="https://redirect.github.com/psf/black/issues/4440">#4440</a>)</li> </ul> <h3>Caching</h3> <ul> <li>Fix bug where the cache was shared between runs with and without <code>--unstable</code> (<a href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li> </ul> <h3>Packaging</h3> <ul> <li>Upgrade version of mypyc used to 1.12 beta (<a href="https://redirect.github.com/psf/black/issues/4450">#4450</a>) (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li><code>blackd</code> now requires a newer version of aiohttp. (<a href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li> </ul> <h3>Output</h3> <ul> <li>Added Python target version information on parse error (<a href="https://redirect.github.com/psf/black/issues/4378">#4378</a>)</li> <li>Add information about Black version to internal error messages (<a href="https://redirect.github.com/psf/black/issues/4457">#4457</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/psf/black/commit/1b2427a2b785cc4aac97c19bb4b9a0de063f9547"><code>1b2427a</code></a> Prepare release 24.10.0 (<a href="https://redirect.github.com/psf/black/issues/4471">#4471</a>)</li> <li><a href="https://github.com/psf/black/commit/a22b1ebbfd61fdc4f59de373abcc02c4db364359"><code>a22b1eb</code></a> Add mypyc 3.13 wheel build (<a href="https://redirect.github.com/psf/black/issues/4449">#4449</a>)</li> <li><a href="https://github.com/psf/black/commit/b7d0e7212bb8bf9ee9ff6ad4137b33bd9711946e"><code>b7d0e72</code></a> Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...</li> <li><a href="https://github.com/psf/black/commit/f1a2f92bba7f1b8e4407e89d71a18fd1d6c61a91"><code>f1a2f92</code></a> Include --unstable in cache key (<a href="https://redirect.github.com/psf/black/issues/4466">#4466</a>)</li> <li><a href="https://github.com/psf/black/commit/8d9d18c0338d9fbfc27b38f6f69bb630d90512fa"><code>8d9d18c</code></a> Fix skipping Jupyter cells with unknown %% magic (<a href="https://redirect.github.com/psf/black/issues/4462">#4462</a>)</li> <li><a href="https://github.com/psf/black/commit/bbfdba3a5e4f0b3105ec9526c51e769866b28f1f"><code>bbfdba3</code></a> Fix docs CI: use venv for uv to fix 'failed to create directory' (<a href="https://redirect.github.com/psf/black/issues/4460">#4460</a>)</li> <li><a href="https://github.com/psf/black/commit/8fb2add1f79893be14e3a17345088d8cc3edc7c9"><code>8fb2add</code></a> Use builtin generics (<a href="https://redirect.github.com/psf/black/issues/4458">#4458</a>)</li> <li><a href="https://github.com/psf/black/commit/2a45cecf2951bb778204dcf63a90f146f4cc9c6c"><code>2a45cec</code></a> Fix crashes with comments in parentheses (<a href="https://redirect.github.com/psf/black/issues/4453">#4453</a>)</li> <li><a href="https://github.com/psf/black/commit/b4d6d8632dea33363eaa0eaad9caf94a223e0f43"><code>b4d6d86</code></a> Drop Python 3.8 support (<a href="https://redirect.github.com/psf/black/issues/4452">#4452</a>)</li> <li><a href="https://github.com/psf/black/commit/ac018c16cae526eabbd7df5e3c0376ae27a1a0cc"><code>ac018c1</code></a> Require newer aiohttp for blackd (<a href="https://redirect.github.com/psf/black/issues/4451">#4451</a>)</li> <li>Additional commits viewable in <a href="https://github.com/psf/black/compare/24.8.0...24.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=black&package-manager=pip&previous-version=24.8.0&new-version=24.10.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>
luketainton (Migrated from github.com) reviewed 2024-10-08 17:32:25 +02:00
sonarqubecloud[bot] commented 2024-10-08 17:33:56 +02:00 (Migrated from github.com)
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=374) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=374&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=luketainton_webexmemebot&pullRequest=374&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_webexmemebot&pullRequest=374&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=374&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=luketainton_webexmemebot&pullRequest=374&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_webexmemebot&pullRequest=374)
Sign in to join this conversation.
No description provided.