diff --git a/pyproject.toml b/pyproject.toml index 8e97bff..14c687a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lint = [ "ruff==0.14.14", ] test = [ - "coverage==7.13.2", + "coverage==7.13.3", "pytest==9.0.2", ]