diff --git a/pyproject.toml b/pyproject.toml index 67817bc..c75ab3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.12.8", ] test = [ - "coverage==7.10.2", + "coverage==7.10.3", "pytest==8.4.1", ]