diff --git a/pyproject.toml b/pyproject.toml index 5921202..e91e0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ docs = [ ] dev = [ "pytest~=8.3.2", - "pre-commit>=3.8,<4.1", + "pre-commit>=3.8,<4.2", "mypy>=1.11.2,<1.15.0", "ruff>=0.6.5,<0.10.0", "tox>=4.18.1,<4.24.0"