Skip to content

Commit 48ef44b

Browse files
Update black requirement from ^25.1 to ^26.1 (#48)
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@25.1.0...26.1.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.1.0 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 4a76868 commit 48ef44b

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 = "^25.1"
22+
black = "^26.1"
2323
isort = "^6.0.0"
2424
pylint = "^3.2"
2525
pytest = "^8.2"

0 commit comments

Comments
 (0)