diff --git a/pyproject.toml b/pyproject.toml index 5506eea..12de5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ sphinx = "^7.0.0" furo = "^2024.0.0" pytest-cov = "^5.0.0" black = { version = "^24.0.0", allow-prereleases = true } -pre-commit = "^3.2.2" +pre-commit = "^4.0.0" [tool.poetry.extras] test = ["pytest", "pytest-asyncio", "pytest-mock", "toml", "types-toml"]