Skip to content

Commit

Permalink
Bump coverage[toml] from 7.6.10 to 7.6.11 (#2153)
Browse files Browse the repository at this point in the history
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](nedbat/coveragepy@7.6.10...7.6.11)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Russell Keith-Magee <[email protected]>
  • Loading branch information
dependabot[bot] and freakboy3742 authored Feb 10, 2025
1 parent 135e22b commit 048e9bf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions changes/2153.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated coverage[toml] from 7.6.10 to 7.6.11.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/platforms/windows/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://wixtoolset.org/>`__ to build an MSI
installer for a Windows App. WiX, in turn, requires that .NET Framework 3.5 is
Briefcase uses the `WiX Toolset <https://www.firegiant.com/wixtoolset/>`__ 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
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/platforms/windows/visualstudio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://wixtoolset.org/>`__ to build an MSI
installer for a Windows App. WiX, in turn, requires that .NET Framework 3.5 is
Briefcase uses the `WiX Toolset <https://www.firegiant.com/wixtoolset/>`__ 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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 048e9bf

Please sign in to comment.