From 5bfc52e9d78277839d8f59ea985b873c06c2ba11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 21:44:56 +0000 Subject: [PATCH] chore(deps-dev): update black requirement from ^24.1.0 to >=24.1,<26.0 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](https://github.com/psf/black/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 013b7db..761bcfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ mypy = "^1.15.0" invoke = "^2.2.0" hypothesis = "^6.108" tomli = "^2.2.1" -black = "^24.1.0" +black = ">=24.1,<26.0" isort = "^5.13.2" flake8 = "^6.1.0" scikit-survival = "^0.24.1"