diff --git a/pyproject.toml b/pyproject.toml index 7eac703..098ad1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.11.2", ] test = [ - "coverage==7.7.1", + "coverage==7.8.0", "pytest==8.3.5", ]