diff --git a/pyproject.toml b/pyproject.toml index 12cfd20..4dc4498 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.14.10", ] test = [ - "coverage==7.10.7", + "coverage==7.13.1", "pytest==9.0.2", ]