diff --git a/pyproject.toml b/pyproject.toml index 453034a..5155629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.12.10", ] test = [ - "coverage==7.10.4", + "coverage==7.10.5", "pytest==8.4.1", ]