Skip to content

Commit 8d10bcd

Browse files
build(deps-dev): update black requirement from ^24.2.0 to ^25.9.0
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@24.2.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2277fed commit 8d10bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packaging = "^25.0"
3030
pytest-cov = "^5.0.0"
3131
mypy = "^1.9.0"
3232
ruff = "^0.3.0"
33-
black = "^24.2.0"
33+
black = "^25.9.0"
3434
isort = "^5.13.2"
3535
pydocstyle = "^6.3.0"
3636
bandit = "^1.7.7"

0 commit comments

Comments
 (0)