Skip to content

Commit

Permalink
fix(deps): Update dependency black to v24.4.2 (#76)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | minor | `==24.3.0` -> `==24.4.2` |

---

### Release Notes

<details>
<summary>psf/black (black)</summary>

### [`v24.4.2`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2442)

[Compare Source](https://togithub.com/psf/black/compare/24.4.1...24.4.2)

This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.

##### Parser

-   Fix regression where certain complex f-strings failed to parse ([#&#8203;4332](https://togithub.com/psf/black/issues/4332))

##### Performance

-   Fix bad performance on certain complex string literals ([#&#8203;4331](https://togithub.com/psf/black/issues/4331))

### [`v24.4.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2441)

[Compare Source](https://togithub.com/psf/black/compare/24.4.0...24.4.1)

##### Highlights

-   Add support for the new Python 3.12 f-string syntax introduced by PEP 701 ([#&#8203;3822](https://togithub.com/psf/black/issues/3822))

##### Stable style

-   Fix crash involving indented dummy functions containing newlines ([#&#8203;4318](https://togithub.com/psf/black/issues/4318))

##### Parser

-   Add support for type parameter defaults, a new syntactic feature added to Python 3.13
    by PEP 696 ([#&#8203;4327](https://togithub.com/psf/black/issues/4327))

##### Integrations

-   Github Action now works even when `git archive` is skipped ([#&#8203;4313](https://togithub.com/psf/black/issues/4313))

### [`v24.4.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2440)

[Compare Source](https://togithub.com/psf/black/compare/24.3.0...24.4.0)

##### Stable style

-   Fix unwanted crashes caused by AST equivalency check ([#&#8203;4290](https://togithub.com/psf/black/issues/4290))

##### Preview style

-   `if` guards in `case` blocks are now wrapped in parentheses when the line is too long.
    ([#&#8203;4269](https://togithub.com/psf/black/issues/4269))
-   Stop moving multiline strings to a new line unless inside brackets ([#&#8203;4289](https://togithub.com/psf/black/issues/4289))

##### Integrations

-   Add a new option `use_pyproject` to the GitHub Action `psf/black`. This will read the
    Black version from `pyproject.toml`. ([#&#8203;4294](https://togithub.com/psf/black/issues/4294))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot authored May 1, 2024
1 parent 9d2eac0 commit a9edc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==24.3.0
black==24.4.2
grpcio-tools==1.62.1
grpcio==1.62.1
protobuf==4.25.3
Expand Down

0 comments on commit a9edc09

Please sign in to comment.