diff --git a/pyproject.toml b/pyproject.toml index 13d677f..673d7a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ notebook = [ ] dev = [ "my_package[test,docs,notebook]", - "pre-commit>=4.6.0", + "pre-commit>=4.6.1", "mypy", ]