Skip to content

Commit e6c433c

Browse files
chore(deps-dev): update black requirement from ^24.1.0 to >=24.1,<26.0 (#93)
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.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 530114e commit e6c433c

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
@@ -43,7 +43,7 @@ mypy = "^1.15.0"
4343
invoke = "^2.2.0"
4444
hypothesis = "^6.108"
4545
tomli = "^2.2.1"
46-
black = "^24.1.0"
46+
black = ">=24.1,<26.0"
4747
isort = "^5.13.2"
4848
flake8 = "^6.1.0"
4949
scikit-survival = "^0.24.1"

0 commit comments

Comments
 (0)