diff --git a/pyproject.toml b/pyproject.toml index 028bca8..3139a4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lint = [ "ruff==0.15.0", ] test = [ - "coverage==7.13.3", + "coverage==7.13.4", "pytest==9.0.2", ]