diff --git a/pyproject.toml b/pyproject.toml index ce851f0ee..dd92d40ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ dependencies = [ # Extras used by developers *of* briefcase are pinned to specific versions to # ensure environment consistency. dev = [ - "coverage[toml] == 7.6.9", + "coverage[toml] == 7.6.10", "coverage-conditional-plugin == 0.9.0", "pre-commit == 4.0.1", "pytest == 8.3.4",