diff --git a/pyproject.toml b/pyproject.toml index bce384c..4110842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ lint = [ "ruff==0.15.14", ] test = [ - "coverage==7.14.0", + "coverage==7.14.1", "pytest==9.0.3", ]