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

fix(deps): Update dependency black to v23.12.0 #95

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Dec 15, 2023

This PR contains the following updates:

Package Update Change
black (changelog) minor ==23.11.0 -> ==23.12.0

Release Notes

psf/black (black)

v23.12.0

Compare Source

Highlights

It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.

This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in --preview mode will be in the 2024 stable style.

Stable style
  • Fix bug where # fmt: off automatically dedents when used with the --line-ranges
    option, even when it is not within the specified line range. (#​4084)
  • Fix feature detection for parenthesized context managers (#​4104)
Preview style
  • Prefer more equal signs before a break when splitting chained assignments (#​4010)
  • Standalone form feed characters at the module level are no longer removed (#​4021)
  • Additional cases of immediately nested tuples, lists, and dictionaries are now
    indented less (#​4012)
  • Allow empty lines at the beginning of all blocks, except immediately before a
    docstring (#​4060)
  • Fix crash in preview mode when using a short --line-length (#​4086)
  • Keep suites consisting of only an ellipsis on their own lines if they are not
    functions or class definitions (#​4066) (#​4103)
Configuration
  • --line-ranges now skips Black's internal stability check in --safe mode. This
    avoids a crash on rare inputs that have many unformatted same-content lines. (#​4034)
Packaging
Integrations

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Dec 15, 2023
@kodiakhq kodiakhq bot merged commit 1fa9e2c into main Dec 15, 2023
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/black-23.x branch December 15, 2023 16:14
kodiakhq bot pushed a commit that referenced this pull request Dec 18, 2023
🤖 I have created a release *beep* *boop*
---


## [0.1.9](v0.1.8...v0.1.9) (2023-12-18)


### Features

* Add package command ([#84](#84)) ([69bd71d](69bd71d))


### Bug Fixes

* **deps:** Update dependency black to v23.11.0 ([#90](#90)) ([a9bb395](a9bb395))
* **deps:** Update dependency black to v23.12.0 ([#95](#95)) ([1fa9e2c](1fa9e2c))
* **deps:** Update dependency exceptiongroup to v1.2.0 ([#91](#91)) ([2a59001](2a59001))
* **deps:** Update dependency grpcio to v1.59.3 ([#85](#85)) ([4512f59](4512f59))
* **deps:** Update dependency grpcio to v1.60.0 ([#96](#96)) ([4592007](4592007))
* **deps:** Update dependency grpcio-tools to v1.59.3 ([#86](#86)) ([e8eeb7c](e8eeb7c))
* **deps:** Update dependency grpcio-tools to v1.60.0 ([#97](#97)) ([2ffd88b](2ffd88b))
* **deps:** Update dependency numpy to v1.26.2 ([#88](#88)) ([5f8f469](5f8f469))
* **deps:** Update dependency pandas to v2.1.3 ([#89](#89)) ([1a7eaf6](1a7eaf6))
* **deps:** Update dependency pandas to v2.1.4 ([#94](#94)) ([f90efc3](f90efc3))
* **deps:** Update dependency protobuf to v4.25.1 ([#92](#92)) ([cb9105e](cb9105e))
* **deps:** Update dependency structlog to v23.2.0 ([#93](#93)) ([350f2d6](350f2d6))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to automerge PRs once requirements are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants