diff --git a/pyproject.toml b/pyproject.toml index 6aec413e..88b9940f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ test = [ dev = [ "hatch>=1.0.0,<2.0.0", "mypy>=1.15.0,<2.0.0", - "pre-commit>=3.2.0,<4.6.0", + "pre-commit>=3.2.0,<4.7.0", "ruff>=0.13.0,<0.15.0", ] @@ -172,7 +172,7 @@ dependencies = [ extra-dependencies = [ "hatch>=1.0.0,<2.0.0", "mypy>=1.15.0,<2.0.0", - "pre-commit>=3.2.0,<4.6.0", + "pre-commit>=3.2.0,<4.7.0", "ruff>=0.13.0,<0.15.0", ]