Skip to content

Commit 62ba6bc

Browse files
poetry: update black requirement from ^24.1.1 to ^25.1.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.1.1...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d3b158 commit 62ba6bc

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
@@ -31,7 +31,7 @@ jsonschema = "^4.23.0"
3131

3232
[tool.poetry.group.dev.dependencies]
3333
pre-commit = "^4.0.0"
34-
black = "^24.1.1"
34+
black = "^25.1.0"
3535
flake8 = "^7.0.0"
3636
behave = "^1.2.6"
3737
pytest = "^8.2.0"

0 commit comments

Comments
 (0)