Skip to content

Commit 98fbb1c

Browse files
Update black requirement from >=22.0.0 to >=26.5.1
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@22.1.0...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 ba31282 commit 98fbb1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mypy>=2.1.0
1313
types-PyYAML>=6.0.12.20260518
1414

1515
# Code formatting
16-
black>=22.0.0
16+
black>=26.5.1
1717

1818
# Pre-commit hooks
1919
pre-commit>=3.0.0

0 commit comments

Comments
 (0)