Skip to content

Commit abfd215

Browse files
authored
fix(deps): Update dependency black to v23.12.1 (#103)
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)) | patch | `==23.12.0` -> `==23.12.1` | --- ### Release Notes <details> <summary>psf/black (black)</summary> ### [`v23.12.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#23121) [Compare Source](https://togithub.com/psf/black/compare/23.12.0...23.12.1) ##### Packaging - Fixed a bug that included dependencies from the `d` extra by default ([#&#8203;4108](https://togithub.com/psf/black/issues/4108)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 3fb00e4 commit abfd215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
dependencies = [
1313
"cloudquery-plugin-pb==0.0.20",
1414
"exceptiongroup==1.2.0",
15-
"black==23.12.0",
15+
"black==23.12.1",
1616
"grpcio==1.60.0",
1717
"grpcio-tools==1.60.0",
1818
"iniconfig==2.0.0",

0 commit comments

Comments
 (0)