diff --git a/pyproject.toml b/pyproject.toml index fea83a5..b234aff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ lint = [ "ruff==0.14.13", ] test = [ - "coverage==7.13.1", + "coverage==7.13.2", "pytest==9.0.2", ]