Skip to content

Commit 155c97b

Browse files
chore(deps-dev): update pre-commit requirement from ^3.7.0 to >=3.7,<5.0 (#11)
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.7.0...v4.1.0) --- updated-dependencies: - dependency-name: pre-commit 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 b2eeaf9 commit 155c97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pydantic = "^2.7.1"
2424
pytest = "^8.2.0"
2525
cli-test-helpers = "^4.1.0"
2626
mypy = "^1.10.0"
27-
pre-commit = "^3.7.0"
27+
pre-commit = ">=3.7,<5.0"
2828
ruff = "^0.9.4"
2929
pytest-cov = "^6.0.0"
3030

0 commit comments

Comments
 (0)