Skip to content

Commit 3e6a1e5

Browse files
Bump black from 26.1.0 to 26.3.0
Bumps [black](https://github.com/psf/black) from 26.1.0 to 26.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.1.0...26.3.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a92d55f commit 3e6a1e5

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
@@ -72,7 +72,7 @@ documentation = [
7272
lint = [
7373
"bandit==1.8.6; python_version <= '3.11'",
7474
"bandit==1.9.4; python_version > '3.11'",
75-
"black==26.1.0",
75+
"black==26.3.0",
7676
"flake8==7.3.0",
7777
"isort==6.1.0; python_version <= '3.11'",
7878
"isort==8.0.1; python_version > '3.11'",

0 commit comments

Comments
 (0)