diff --git a/pyproject.toml b/pyproject.toml index 7559c83..2d95b16 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 == 3.8.0"] +lint = ["pre-commit == 4.0.1"] dev = ["changelist == 0.5"] [project.urls]