Skip to content

Commit d170c07

Browse files
Update black requirement from ~=25.9.0 to ~=26.1.0
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c89d16 commit d170c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dev = [
104104
"cibuildwheel",
105105

106106
# Linters, formatters, and test utilities.
107-
"black~=25.9.0",
107+
"black~=26.1.0",
108108
"isort[colors]~=8.0.1",
109109
"py-cpuinfo",
110110
"pylint~=4.0.2",

0 commit comments

Comments
 (0)