Skip to content

Commit 9fd3503

Browse files
chore(deps-dev): update pre-commit requirement from ^3.8 to >=3.8,<5.0
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.8.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50e3b07 commit 9fd3503

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
@@ -47,7 +47,7 @@ black = ">=24.1,<26.0"
4747
isort = ">=5.13.2,<8.0.0"
4848
flake8 = "^6.1.0"
4949
scikit-survival = "^0.24.1"
50-
pre-commit = "^3.8"
50+
pre-commit = ">=3.8,<5.0"
5151

5252
[tool.poetry.extras]
5353
dev = [

0 commit comments

Comments
 (0)