Skip to content

Commit 257d999

Browse files
Update black requirement from ^24.2 to >=24.2,<26.0 (#758)
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...25.12.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.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 21211ec commit 257d999

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"
54+
black = ">=24.2,<26.0"
5555
isort = "^5.9.3"
5656
flake8 = "^5.0.4"
5757
bandit = "^1.7.4"

0 commit comments

Comments
 (0)