diff --git a/pyproject.toml b/pyproject.toml index d904f6f..7c4e8db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lint = [ "ruff==0.16.7", ] test = [ - "coverage==7.16.0", + "coverage==7.16.1", "pytest==9.1.1", ]