Skip to content

Commit 44aa3a5

Browse files
build(deps): update pre-commit requirement from ~=3.2 to ~=4.0 (#738)
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.2.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79a5a0b commit 44aa3a5

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
@@ -44,7 +44,7 @@ dev = [
4444
"importlib-metadata~=8.0",
4545
"mypy~=1.2",
4646
"orjson~=3.8",
47-
"pre-commit~=3.2",
47+
"pre-commit~=4.0",
4848
"pytest-benchmark~=4.0.0",
4949
"pytest-console-scripts~=1.4.0",
5050
"pytest-cov~=5.0",

0 commit comments

Comments
 (0)