diff --git a/pyproject.toml b/pyproject.toml index afa05c8..8e97bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lint = [ "ruff==0.14.14", ] test = [ - "coverage==7.13.1", + "coverage==7.13.2", "pytest==9.0.2", ]