diff --git a/pyproject.toml b/pyproject.toml index fcf9547..986d230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ description = "Makes it easy to load subpackages and functions on demand." [project.optional-dependencies] test = ["pytest >= 7.4", "pytest-cov >= 4.1"] -lint = ["pre-commit == 3.4.0"] +lint = ["pre-commit == 3.5.0"] dev = ["changelist == 0.3"] [project.urls]