diff --git a/pyproject.toml b/pyproject.toml index 37506eb..811b597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "coverage[toml]==7.13.0", "pytest==9.0.2", "pytest-asyncio==1.3.0", - "pre-commit==4.5.0", + "pre-commit==4.5.1", "mypy==1.19.0", ] 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.0"] +extra-dependencies = ["pre-commit==4.5.1"] post-install-commands = [] [tool.hatch.envs.pre-commit.scripts]