Skip to content

Commit 8d89b6e

Browse files
chore(deps-dev): update black requirement from ^24.8 to ^25.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@24.8.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ee5283 commit 8d89b6e

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
@@ -15,7 +15,7 @@ rich = "^13"
1515
[tool.poetry.group.dev.dependencies]
1616
pytest = "^8"
1717
ruff = "^0.6"
18-
black = "^24.8"
18+
black = "^25.1"
1919
mypy = "^1.11"
2020

2121
[tool.ruff]

0 commit comments

Comments
 (0)