From 1b4f372932b354c0d129335e55f6aab52e6ec93f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 20:42:28 +0000 Subject: [PATCH] Bump pre-commit to v4.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 394f95d..3830d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "mkdocs-material==9.6.14", "mkdocstrings[python]==0.29.1", "mypy==1.16.0", - "pre-commit==4.1.0", + "pre-commit==4.2.0", "pytest-asyncio==0.25.3", "pytest-cov==6.0.0", "pytest==8.3.4",