From ff152daacc0df26ad0f3bd43618f288e48af35e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:21:18 +0000 Subject: [PATCH] chore(deps-dev): update pre-commit requirement from >=4.5.0 to >=4.5.1 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/v4.5.0...v4.5.1) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.5.1 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 0608d8d..e3b88e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,7 +152,7 @@ include = ["protest*"] dev = [ "jsonschema>=4.0.0", "mkdocs-material>=9.7.0", - "pre-commit>=4.5.0", + "pre-commit>=4.5.1", "pytest>=9.0.1", "pytest-asyncio>=1.3.0", "pytest-cov>=7.0.0",