diff --git a/pyproject.toml b/pyproject.toml index a1c06ab..ba4a1f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ lint = [ "ruff==0.15.6", ] test = [ - "coverage==7.13.4", + "coverage==7.13.5", "pytest==9.0.2", ]