diff --git a/pyproject.toml b/pyproject.toml index e4a42b8..1c883eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ lint = [ "ruff==0.16.5", ] test = [ - "coverage==7.15.4", + "coverage==7.16.0", "pytest==9.1.1", ]