Skip to content

Commit 39ba656

Browse files
fix(deps): update dependency black to v26 [security]
1 parent c87ee82 commit 39ba656

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
@@ -29,7 +29,7 @@ pycodestyle = [
2929
{version = "^2.9", python = ">=3.8,<3.12"},
3030
{version = "^2.11", python = "^3.12"},
3131
]
32-
black = ">=23.1,<26.0" # 26.0 introduces formatting changes, but drops support for Python < 3.10, so pin to version that has consistent formatting across 3.9-3.14
32+
black = ">=26.3,<26.4" # 26.0 introduces formatting changes, but drops support for Python < 3.10, so pin to version that has consistent formatting across 3.9-3.14
3333
better-diff = "^0.1.3"
3434

3535
# Additional support libraries

0 commit comments

Comments
 (0)