diff --git a/pyproject.toml b/pyproject.toml index 5b64694..2fa0de1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ lint = [ "ruff==0.11.10", ] test = [ - "coverage==7.8.1", + "coverage==7.8.2", "pytest==8.3.5", ]