diff --git a/pyproject.toml b/pyproject.toml index 49879db..af0b3f5 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.5.0"] +lint = ["pre-commit == 3.6.0"] dev = ["changelist == 0.4"] [project.urls]