fix(deps): Update dependency black to v23.9.1#61
Merged
kodiakhq[bot] merged 1 commit intomainfrom Oct 1, 2023
Merged
Conversation
kodiakhq bot
pushed a commit
that referenced
this pull request
Oct 2, 2023
🤖 I have created a release *beep* *boop* --- ## [0.1.4](v0.1.3...v0.1.4) (2023-10-02) ### Bug Fixes * **deps:** Update dependency black to v23.9.1 ([#61](#61)) ([591c1bc](591c1bc)) * **deps:** Update dependency cloudquery-plugin-pb to v0.0.17 ([#65](#65)) ([3cabe7c](3cabe7c)) * **deps:** Update dependency grpcio to v1.59.0 ([#62](#62)) ([5505f10](5505f10)) * **deps:** Update dependency grpcio-tools to v1.59.0 ([#63](#63)) ([62541c9](62541c9)) * **deps:** Update dependency numpy to v1.26.0 ([#64](#64)) ([ef59a20](ef59a20)) * **deps:** Update dependency pandas to v2.1.1 ([#56](#56)) ([4bc4ff9](4bc4ff9)) * **deps:** Update dependency protobuf to v4.24.3 ([#57](#57)) ([d877652](d877652)) * **deps:** Update dependency pytest to v7.4.2 ([#59](#59)) ([50f66e8](50f66e8)) * **deps:** Update dependency pytz to v2023.3.post1 ([#60](#60)) ([e14482a](e14482a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
==23.7.0->==23.9.1Release Notes
psf/black (black)
v23.9.1Compare Source
Due to various issues, the previous release (23.9.0) did not include compiled mypyc
wheels, which make Black significantly faster. These issues have now been fixed, and
this release should come with compiled wheels once again.
There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
wheels in a future release as soon as the mypyc bug is fixed.
Packaging
Performance
decreasing the size of the cache (#3877)
v23.9.0Compare Source
Preview style
if sys.version_info > (3, x):) and a function definition on the same level (#3862)Configuration
Performance
IPythonif notebook cells do not contain magics (#3782)Blackd
blackdwith single character input (#3558)Integrations
official pre-commit mirror. Swapping
https://github.com/psf/blacktohttps://github.com/psf/black-pre-commit-mirrorinyour
.pre-commit-config.yamlwill make Black about 2x faster (#3828).black.envfolder specified byENV_PATHwill now be removed on the completionof the GitHub Action (#3759)
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.
This PR has been generated by Renovate Bot.