diff --git a/pyproject.toml b/pyproject.toml index 2b3d174..a900703 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.12.1", ] test = [ - "coverage==7.9.1", + "coverage==7.9.2", "pytest==8.4.1", ]