diff --git a/pyproject.toml b/pyproject.toml index 88f7e15..4f63691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.16.5", ] test = [ - "coverage==7.15.4", + "coverage==7.16.0", "pytest==9.1.1", ]