Skip to content

Commit 3923c25

Browse files
Update black requirement from >=24.2,<26.0 to >=24.2,<27.0 (#766)
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...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 4a91bf2 commit 3923c25

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
@@ -51,7 +51,7 @@ pydantic-extra-types = "^2.10.5"
5151
mypy = {version = "^1.9.0", markers = "platform_python_implementation == 'CPython'"}
5252
pytest = "^8.0.2"
5353
ipdb = "^0.13.9"
54-
black = ">=24.2,<26.0"
54+
black = ">=24.2,<27.0"
5555
isort = ">=5.9.3,<8.0.0"
5656
flake8 = ">=5.0.4,<8.0.0"
5757
bandit = "^1.7.4"

0 commit comments

Comments
 (0)