diff --git a/pyproject.toml b/pyproject.toml index 7c9c4a6..0caeb0c 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.0.1"] +lint = ["pre-commit == 4.1.0"] dev = ["changelist == 0.5"] [project.urls]