diff --git a/pyproject.toml b/pyproject.toml index 67c5a11..7d3273d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.11.13", ] test = [ - "coverage==7.9.0", + "coverage==7.9.1", "pytest==8.4.0", ]