diff --git a/pyproject.toml b/pyproject.toml index 429827f..6f87623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-cov = "^4.1.0" black = "^24.0.0" ruff = "^0.1.0" mypy = "^1.8.0" -pre-commit = "^3.6.0" +pre-commit = "^4.0.0" [tool.poetry.scripts] test_insights = "test_insights.cli:cli"