diff --git a/pyproject.toml b/pyproject.toml index fe43280..5d92049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "ruff==0.12.1", ] test = [ - "coverage==7.9.1", + "coverage==7.9.2", "pytest==8.4.1", ]