diff --git a/pyproject.toml b/pyproject.toml index 6c4854e..7c9e65c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ lint = [ "ruff==0.16.1", ] test = [ - "coverage==7.15.2", + "coverage==7.15.3", "pytest==9.1.1", ]