diff --git a/pyproject.toml b/pyproject.toml index fc48b49..8aad0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "ruff==0.11.13", ] test = [ - "coverage==7.8.2", + "coverage==7.9.0", "pytest==8.4.0", ]