From febbe24c44eaa9448d22cf896739abfe85f663b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 20:59:36 +0000 Subject: [PATCH] Bump pre-commit to v4.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60da216..bad8bc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "mkdocs-material==9.6.16", "mkdocstrings[python]==0.30.0", "mypy==1.17.1", - "pre-commit==4.2.0", + "pre-commit==4.3.0", "pytest-asyncio==1.1.0", "pytest-cov==6.2.1", "pytest==8.4.1",