-
-
Couldn't load subscription status.
- Fork 47
Bump black from 24.8.0 to 24.10.0 #356
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
jsongerber
pushed a commit
to jsongerber/python-sagemcom-api
that referenced
this pull request
Nov 8, 2024
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]) -> 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]) -> 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 /> [](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps black from 24.8.0 to 24.10.0.
Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
1b2427aPrepare release 24.10.0 (#4471)a22b1ebAdd mypyc 3.13 wheel build (#4449)b7d0e72Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df...f1a2f92Include --unstable in cache key (#4466)8d9d18cFix skipping Jupyter cells with unknown %% magic (#4462)bbfdba3Fix docs CI: use venv for uv to fix 'failed to create directory' (#4460)8fb2addUse builtin generics (#4458)2a45cecFix crashes with comments in parentheses (#4453)b4d6d86Drop Python 3.8 support (#4452)ac018c1Require newer aiohttp for blackd (#4451)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)