diff --git a/changes/1579.misc.rst b/changes/1579.misc.rst new file mode 100644 index 000000000..da0fd99b0 --- /dev/null +++ b/changes/1579.misc.rst @@ -0,0 +1 @@ +Updated coverage[toml] from 7.3.2 to 7.3.4. diff --git a/pyproject.toml b/pyproject.toml index 28bb0560d..2a5d75b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dependencies = [ # Extras used by developers *of* briefcase are pinned to specific versions to # ensure environment consistency. dev = [ - "coverage[toml] == 7.3.2", + "coverage[toml] == 7.3.4", "coverage-conditional-plugin == 0.9.0", # Pre-commit 3.6.0 deprecated support for Python 3.8 "pre-commit == 3.5.0 ; python_version < '3.9'",