From dd0a89a418fe6c889927f96ad3d24658bda8c87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:59:03 +0000 Subject: [PATCH] build(deps): update pre-commit requirement 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 fbc8bb8f..23d19a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ graph = ["networkx"] dev = [ "pydocstyle >=6.1.1,<7.0.0", # checks and make tools - "pre-commit >=3.2.0,<4.0.0", + "pre-commit >=3.2.0,<5.0.0", "invoke", "flake8", "mypy",