diff --git a/pyproject.toml b/pyproject.toml index 8cb1623..e39a6ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.11.10", ] test = [ - "coverage==7.8.1", + "coverage==7.8.2", "pytest==8.3.5", ]