diff --git a/pyproject.toml b/pyproject.toml index f70d51b..e9e6432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ lint = [ "ruff==0.15.21", ] test = [ - "coverage==7.14.3", + "coverage==7.15.0", "pytest==9.1.1", ]