Skip to content

Commit 78d7a06

Browse files
Update black requirement from ~=25.1 to ~=26.3
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.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65a675d commit 78d7a06

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
@@ -105,7 +105,7 @@ build = [
105105
"build~=1.2",
106106
"isort~=7.0",
107107
"mypy[mypyc]~=1.15",
108-
"black[jupyter]~=25.1",
108+
"black[jupyter]~=26.3",
109109
"towncrier~=25.8",
110110
"bump-my-version~=1.1",
111111
]

0 commit comments

Comments
 (0)