diff --git a/setup.py b/setup.py index e12d373e..976efb8c 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "mypy==1.18.1", # sync this with .pre-commit-config.yml "numpy==1.24.0; python_version < '3.12'", "numpy==2.3.3; python_version >= '3.12'", - "pre-commit~=2.20", + "pre-commit~=4.3", "pytest==8.3.5", "pytest-xdist==3.8.0", "setuptools",