diff --git a/pyproject.toml b/pyproject.toml index e1d32b5..b92bec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ notebook = [ ] dev = [ "my_package[test,docs,notebook]", - "pre-commit>=3.3.3", + "pre-commit>=4.6.0", "mypy", ]