diff --git a/pyproject.toml b/pyproject.toml index 870bdfc..1a27fb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ lint = [ "ruff==0.15.12", ] test = [ - "coverage==7.13.5", + "coverage==7.14.0", "pytest==9.0.3", ]