diff --git a/pyproject.toml b/pyproject.toml index 3f2f678..7dda3c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.12.4", ] test = [ - "coverage==7.9.2", + "coverage==7.10.0", "pytest==8.4.1", ]