diff --git a/pyproject.toml b/pyproject.toml index d283287..3ac7cf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.15.6", ] test = [ - "coverage==7.13.4", + "coverage==7.13.5", "pytest==9.0.2", ]