Skip to content

Commit 3397e59

Browse files
deps: update black requirement from <26 to <27
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@18.3a0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 50d3fb8 commit 3397e59

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
@@ -33,7 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
dev = [
3535
"bandit[toml]<2",
36-
"black<26",
36+
"black<27",
3737
"pyright<2",
3838
"pytest<10",
3939
"pytest-benchmark<6",

0 commit comments

Comments
 (0)