From 481900ac2be9f1c97929cc137a43740490e76984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:25:46 +0000 Subject: [PATCH] build(deps): update pre-commit requirement from >=3.7.0 to >=4.3.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.7.0...v4.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e06e4ca..bd8a700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ "sphinx-copybutton>=0.5.0", "sphinx-design>=0.5.0", ] -lint = ["ruff>=0.4.0", "mypy>=1.10.0", "pre-commit>=3.7.0"] +lint = ["ruff>=0.4.0", "mypy>=1.10.0", "pre-commit>=4.3.0"] test = [ "pytest>=8.0.0", "pytest-cov>=5.0.0",