diff --git a/pyproject.toml b/pyproject.toml index 6d0e136..42c28cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "ruff==0.14.10", ] test = [ - "coverage==7.10.7", + "coverage==7.13.1", "pytest==9.0.2", ]