diff --git a/pyproject.toml b/pyproject.toml index deb120c..8cb1623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.11.10", ] test = [ - "coverage==7.8.0", + "coverage==7.8.1", "pytest==8.3.5", ]