Skip to content

Commit f01c700

Browse files
Bump black from 24.8.0 to 26.3.1
Bumps [black](https://github.com/psf/black) from 24.8.0 to 26.3.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.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 69eff51 commit f01c700

File tree

2 files changed

+63
-16
lines changed

2 files changed

+63
-16
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ lint = [
110110

111111
format = [
112112
"flynt~=0.60",
113-
"black~=24.8.0",
113+
"black>=24.8,<26.4",
114114
"isort~=5.10.1",
115115
"ruff~=0.15.0",
116116
]

0 commit comments

Comments
 (0)