Skip to content

Commit 1d05d18

Browse files
Update black requirement from ^24.1 to ^25.1 (#40)
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.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0492414 commit 1d05d18

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
@@ -19,7 +19,7 @@ tenacity = ">=8.1,<10.0"
1919

2020

2121
[tool.poetry.dev-dependencies]
22-
black = "^24.1"
22+
black = "^25.1"
2323
isort = "^5.10.1"
2424
pylint = "^3.2"
2525
pytest = "^8.2"

0 commit comments

Comments
 (0)