diff --git a/pyproject.toml b/pyproject.toml index 440382c..15027aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "coverage[toml]==7.14.3", "pytest==9.1.1", "pytest-asyncio==1.4.0", - "pre-commit==4.6.1", + "pre-commit==4.6.2", "mypy==2.3.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.6.1"] +extra-dependencies = ["pre-commit==4.6.2"] post-install-commands = [] [tool.hatch.envs.pre-commit.scripts]