From 048e9bfd5ef2948301b7eae0bebca5b9ace2bd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 10:12:02 +0800 Subject: [PATCH] Bump coverage[toml] from 7.6.10 to 7.6.11 (#2153) Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.6.10 to 7.6.11. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.10...7.6.11) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Russell Keith-Magee --- changes/2153.misc.rst | 1 + docs/conf.py | 2 ++ docs/reference/platforms/windows/app.rst | 4 ++-- docs/reference/platforms/windows/visualstudio.rst | 4 ++-- pyproject.toml | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 changes/2153.misc.rst diff --git a/changes/2153.misc.rst b/changes/2153.misc.rst new file mode 100644 index 000000000..ea8401d3a --- /dev/null +++ b/changes/2153.misc.rst @@ -0,0 +1 @@ +Updated coverage[toml] from 7.6.10 to 7.6.11. diff --git a/docs/conf.py b/docs/conf.py index 24bb0414f..69f3cc9bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,6 +128,8 @@ r"^./windows/visualstudio.html$", r"^https://github.com/beeware/briefcase/issues/\d+$", r"^https://github.com/beeware/briefcase/pull/\d+$", + # Ignore WiX URLs, because they client block RTD's build. + r"^https://www.firegiant.com/wixtoolset/$", ] # -- Options for copy button --------------------------------------------------- diff --git a/docs/reference/platforms/windows/app.rst b/docs/reference/platforms/windows/app.rst index 3519fa830..9d5cbf229 100644 --- a/docs/reference/platforms/windows/app.rst +++ b/docs/reference/platforms/windows/app.rst @@ -25,8 +25,8 @@ Briefcase supports two packaging formats for a Windows app: 2. As a ZIP file containing all files needed to run the app (by using ``briefcase package windows -p zip``). -Briefcase uses the `WiX Toolset `__ to build an MSI -installer for a Windows App. WiX, in turn, requires that .NET Framework 3.5 is +Briefcase uses the `WiX Toolset `__ to build an +MSI installer for a Windows App. WiX, in turn, requires that .NET Framework 3.5 is enabled. To ensure .NET Framework 3.5 is enabled: 1. Open the Windows Control Panel diff --git a/docs/reference/platforms/windows/visualstudio.rst b/docs/reference/platforms/windows/visualstudio.rst index 0e6a16b53..3e196bbb6 100644 --- a/docs/reference/platforms/windows/visualstudio.rst +++ b/docs/reference/platforms/windows/visualstudio.rst @@ -48,8 +48,8 @@ Briefcase supports two packaging formats for a Windows app: 2. As a ZIP file containing all files needed to run the app (by using ``briefcase package windows VisualStudio -p zip``). -Briefcase uses the `WiX Toolset `__ to build an MSI -installer for a Windows App. WiX, in turn, requires that .NET Framework 3.5 is +Briefcase uses the `WiX Toolset `__ to build an +MSI installer for a Windows App. WiX, in turn, requires that .NET Framework 3.5 is enabled. To ensure .NET Framework 3.5 is enabled: 1. Open the Windows Control Panel diff --git a/pyproject.toml b/pyproject.toml index c1affd213..664e8dcce 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.10", + "coverage[toml] == 7.6.11", "coverage-conditional-plugin == 0.9.0", "pre-commit == 4.1.0", "pytest == 8.3.4",