diff --git a/changes/1842.misc.rst b/changes/1842.misc.rst new file mode 100644 index 000000000..c3c6993a9 --- /dev/null +++ b/changes/1842.misc.rst @@ -0,0 +1 @@ +Updated coverage[toml] from 7.5.1 to 7.5.2. diff --git a/pyproject.toml b/pyproject.toml index 8e1d3cbcb..016c09c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dependencies = [ # Extras used by developers *of* briefcase are pinned to specific versions to # ensure environment consistency. dev = [ - "coverage[toml] == 7.5.1", + "coverage[toml] == 7.5.2", "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'",