diff --git a/pyproject.toml b/pyproject.toml index 3250a3a..0ec0b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.16.1", ] test = [ - "coverage==7.15.3", + "coverage==7.15.4", "pytest==9.1.1", ]