diff --git a/pyproject.toml b/pyproject.toml index 8277d53..ca6bb53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "coverage[toml]==7.13.5", "pytest==9.0.2", "pytest-asyncio==1.3.0", - "pre-commit==4.5.1", + "pre-commit==4.6.0", "mypy==1.19.1", ] post-install-commands = ["hatch run pre-commit:install"] @@ -70,7 +70,7 @@ post-install-commands = [] post-install-commands = [] [tool.hatch.envs.pre-commit] -extra-dependencies = ["pre-commit==4.5.1"] +extra-dependencies = ["pre-commit==4.6.0"] post-install-commands = [] [tool.hatch.envs.pre-commit.scripts]