diff --git a/pyproject.toml b/pyproject.toml index 828c1ba..936f8fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ [project.optional-dependencies] test = ["pytest >= 8.0", "pytest-cov >= 5.0", "coverage[toml] >= 7.2"] -lint = ["pre-commit == 4.2.0"] +lint = ["pre-commit == 4.3.0"] dev = ["changelist == 0.5", "spin == 0.14"] [project.urls]