diff --git a/pyproject.toml b/pyproject.toml index e8c8472..5b64694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "ruff==0.11.10", ] test = [ - "coverage==7.8.0", + "coverage==7.8.1", "pytest==8.3.5", ]