diff --git a/pyproject.toml b/pyproject.toml index 2d9b1a0..f1ceb70 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.3"] +lint = ["pre-commit == 3.3.3"] dev = ["changelist == 0.1"] [project.urls]