diff --git a/pyproject.toml b/pyproject.toml index 5e5b099..9c51dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ lint = [ "ruff==0.12.5", ] test = [ - "coverage==7.10.0", + "coverage==7.10.1", "pytest==8.4.1", ]