diff --git a/pyproject.toml b/pyproject.toml index 7946147..b04f0ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.15.20", ] test = [ - "coverage==7.14.3", + "coverage==7.15.0", "pytest==9.1.1", ]