diff --git a/pyproject.toml b/pyproject.toml index 633e8b4..a4f3cff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 7.4", "pytest-cov >= 4.1"] -lint = ["pre-commit == 3.6.0"] +lint = ["pre-commit == 3.6.2"] dev = ["changelist == 0.4"] [project.urls]