diff --git a/pyproject.toml b/pyproject.toml index 0caeb0c..36bd7a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 8.0", "pytest-cov >= 5.0"] -lint = ["pre-commit == 4.1.0"] +lint = ["pre-commit == 4.2.0"] dev = ["changelist == 0.5"] [project.urls]