diff --git a/pyproject.toml b/pyproject.toml index a64b1b4..b03a2b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,6 @@ requires-python = ">= 3.12" managed = true dev-dependencies = [ "pytest>=8.2.2", - "pre-commit>=3.7.0", + "pre-commit>=3.7.1", "ruff>=0.4.9", ]