diff --git a/pyproject.toml b/pyproject.toml index 7651e64..a6874ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.15.21", ] test = [ - "coverage==7.15.1", + "coverage==7.15.2", "pytest==9.1.1", ]