Skip to content

Commit 1154ca1

Browse files
authored
fix(deps): Update dependency black to v25.11.0 (#198)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [black](https://redirect.github.com/psf/black) ([changelog](https://redirect.github.com/psf/black/blob/main/CHANGES.md)) | minor | `==25.9.0` -> `==25.11.0` | --- ### Release Notes <details> <summary>psf/black (black)</summary> ### [`v25.11.0`](https://redirect.github.com/psf/black/blob/HEAD/CHANGES.md#25110) [Compare Source](https://redirect.github.com/psf/black/compare/25.9.0...25.11.0) ##### Highlights - Enable base 3.14 support ([#&#8203;4804](https://redirect.github.com/psf/black/issues/4804)) - Add support for the new Python 3.14 t-string syntax introduced by PEP 750 ([#&#8203;4805](https://redirect.github.com/psf/black/issues/4805)) ##### Stable style - Fix bug where comments between `# fmt: off` and `# fmt: on` were reformatted ([#&#8203;4811](https://redirect.github.com/psf/black/issues/4811)) - Comments containing fmt directives now preserve their exact formatting instead of being normalized ([#&#8203;4811](https://redirect.github.com/psf/black/issues/4811)) ##### Preview style - Move `multiline_string_handling` from `--unstable` to `--preview` ([#&#8203;4760](https://redirect.github.com/psf/black/issues/4760)) - Fix bug where module docstrings would be treated as normal strings if preceded by comments ([#&#8203;4764](https://redirect.github.com/psf/black/issues/4764)) - Fix bug where python 3.12 generics syntax split line happens weirdly ([#&#8203;4777](https://redirect.github.com/psf/black/issues/4777)) - Standardize type comments to form `# type: <value>` ([#&#8203;4645](https://redirect.github.com/psf/black/issues/4645)) - Fix `fix_fmt_skip_in_one_liners` preview feature to respect `# fmt: skip` for compound statements with semicolon-separated bodies ([#&#8203;4800](https://redirect.github.com/psf/black/issues/4800)) ##### Configuration - Add `no_cache` option to control caching behavior. ([#&#8203;4803](https://redirect.github.com/psf/black/issues/4803)) ##### Packaging - Releases now include arm64 Linux binaries ([#&#8203;4773](https://redirect.github.com/psf/black/issues/4773)) - Releases now include arm64 Windows binaries and wheels ([#&#8203;4814](https://redirect.github.com/psf/black/issues/4814)) ##### Output - Write unchanged content to stdout when excluding formatting from stdin using pipes ([#&#8203;4610](https://redirect.github.com/psf/black/issues/4610)) ##### *Blackd* - Implemented BlackDClient. This simple python client allows to easily send formatting requests to blackd ([#&#8203;4774](https://redirect.github.com/psf/black/issues/4774)) ##### Integrations - Enable 3.14 base CI ([#&#8203;4804](https://redirect.github.com/psf/black/issues/4804)) - Enhance GitHub Action `psf/black` to support the `required-version` major-version-only "stability" format when using pyproject.toml ([#&#8203;4770](https://redirect.github.com/psf/black/issues/4770)) - Add `output-file` input to GitHub Action `psf/black` to write formatter output to a file for artifact capture and log cleanliness ([#&#8203;4824](https://redirect.github.com/psf/black/issues/4824)) - Improve error message for vim plugin users. It now handles independently vim version - Vim: Warn on unsupported Vim and Python versions independently ([#&#8203;4772](https://redirect.github.com/psf/black/issues/4772)) - Vim: Print the import paths when importing black fails ([#&#8203;4675](https://redirect.github.com/psf/black/issues/4675)) - Vim: Fix handling of virtualenvs that have a different Python version ([#&#8203;4675](https://redirect.github.com/psf/black/issues/4675)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent b9d9b8c commit 1154ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==25.9.0
1+
black==25.11.0
22
grpcio-tools==1.76.0
33
grpcio==1.76.0
44
protobuf>=6.30.0

0 commit comments

Comments
 (0)