diff --git a/pyproject.toml b/pyproject.toml index 2df17f2..40cb233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 7.4", "pytest-cov >= 4.1"] -lint = ["pre-commit == 3.7.0"] +lint = ["pre-commit == 3.7.1"] dev = ["changelist == 0.5"] [project.urls]