Skip to content

Commit 87e24b3

Browse files
Bump black from 25.12.0 to 26.1.0 (#22)
Bumps [black](https://github.com/psf/black) from 25.12.0 to 26.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.12.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7edf8d4 commit 87e24b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lint = [
7070
"bandit==1.8.6; python_version <= '3.11'",
7171
"bandit==1.9.2; python_version > '3.11'",
7272
"black==25.11.0; python_version <= '3.11'",
73-
"black==25.12.0; python_version > '3.11'",
73+
"black==26.1.0; python_version > '3.11'",
7474
"flake8==7.3.0",
7575
"isort==6.1.0; python_version <= '3.11'",
7676
"isort==7.0.0; python_version > '3.11'",

0 commit comments

Comments
 (0)