From ffd8618eecaf6a77ab0005872727d3725efe450a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:50:50 +0000 Subject: [PATCH] build(deps): update pre-commit requirement from ~=3.2 to ~=4.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](https://github.com/pre-commit/pre-commit/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7e0019e6..10bac727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "importlib-metadata~=8.0", "mypy~=1.2", "orjson~=3.8", - "pre-commit~=3.2", + "pre-commit~=4.0", "pytest-benchmark~=4.0.0", "pytest-console-scripts~=1.4.0", "pytest-cov~=5.0",