diff --git a/pyproject.toml b/pyproject.toml index 42fa948..a39d7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "ruff==0.12.11", ] test = [ - "coverage==7.10.5", + "coverage==7.10.6", "pytest==8.4.1", ]