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.10.1 #80

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Nov 1, 2023

This PR contains the following updates:

Package Update Change
black (changelog) minor ==23.9.1 -> ==23.10.1

Release Notes

psf/black (black)

v23.10.1

Compare Source

Highlights
  • Maintenance release to get a fix out for GitHub Action edge case (#​3957)
Preview style
  • Fix merging implicit multiline strings that have inline comments (#​3956)
  • Allow empty first line after block open before a comment or compound statement (#​3967)
Packaging
  • Change Dockerfile to hatch + compile black (#​3965)
Integrations
  • The summary output for GitHub workflows is now suppressible using the summary
    parameter. (#​3958)
  • Fix the action failing when Black check doesn't pass (#​3957)
Documentation

v23.10.0

Compare Source

Stable style
  • Fix comments getting removed from inside parenthesized strings (#​3909)
Preview style
  • Fix long lines with power operators getting split before the line length (#​3942)
  • Long type hints are now wrapped in parentheses and properly indented when split across
    multiple lines (#​3899)
  • Magic trailing commas are now respected in return types. (#​3916)
  • Require one empty line after module-level docstrings. (#​3932)
  • Treat raw triple-quoted strings as docstrings (#​3947)
Configuration
  • Fix cache versioning logic when BLACK_CACHE_DIR is set (#​3937)
Parser
  • Fix bug where attributes named type were not accepted inside match statements
    (#​3950)
  • Add support for PEP 695 type aliases containing lambdas and other unusual expressions
    (#​3949)
Output
  • Black no longer attempts to provide special errors for attempting to format Python 2
    code (#​3933)
  • Black will more consistently print stacktraces on internal errors in verbose mode
    (#​3938)
Integrations
  • The action output displayed in the job summary is now wrapped in Markdown (#​3914)

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 Nov 1, 2023
@kodiakhq kodiakhq bot merged commit e096751 into main Nov 1, 2023
5 checks passed
@kodiakhq kodiakhq bot deleted the renovate/black-23.x branch November 1, 2023 03:28
@cq-bot cq-bot mentioned this pull request Nov 1, 2023
kodiakhq bot pushed a commit that referenced this pull request Nov 10, 2023
🤖 I have created a release *beep* *boop*
---


## [0.1.8](v0.1.7...v0.1.8) (2023-11-10)


### Bug Fixes

* **deps:** Update `pyarrow` to `v14.0.1` [SECURITY] ([#83](#83)) ([36f52e3](36f52e3))
* **deps:** Update dependency black to v23.10.1 ([#80](#80)) ([e096751](e096751))
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.20 ([#82](#82)) ([ea4b0b0](ea4b0b0))
* **deps:** Update dependency grpcio to v1.59.2 ([#73](#73)) ([d0775b0](d0775b0))
* **deps:** Update dependency grpcio-tools to v1.59.2 ([#74](#74)) ([8626aa2](8626aa2))
* **deps:** Update dependency numpy to v1.26.1 ([#76](#76)) ([3a3a2be](3a3a2be))
* **deps:** Update dependency packaging to v23.2 ([#81](#81)) ([956db38](956db38))
* **deps:** Update dependency pandas to v2.1.2 ([#77](#77)) ([1e3d7da](1e3d7da))
* **deps:** Update dependency protobuf to v4.24.4 ([#78](#78)) ([8c68799](8c68799))
* **deps:** Update dependency pytest to v7.4.3 ([#79](#79)) ([2bda782](2bda782))

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