Skip to content

Commit 05341e3

Browse files
chore(deps-dev): bump coverage from 7.13.1 to 7.13.2 (#215)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.1 to 7.13.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.13.2 — 2026-01-25</h2> <ul> <li> <p>Fix: when Python is installed via symlinks, for example with Homebrew, the standard library files could be incorrectly included in coverage reports. This is now fixed, closing <code>issue 2115</code>_.</p> </li> <li> <p>Fix: if a data file is created with no read permissions, the combine step would fail completely. Now a warning is issued and the file is skipped. Closes <code>issue 2117</code>_.</p> </li> </ul> <p>.. _issue 2115: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2115">coveragepy/coveragepy#2115</a> .. _issue 2117: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2117">coveragepy/coveragepy#2117</a></p> <p>.. _changes_7-13-1:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/513e97162536cb94aeb94ed3cbe487ca64d13e07"><code>513e971</code></a> docs: sample HTML for 7.13.2</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/27a8230cf0ef73abca824d2a8622235d9ad8ab96"><code>27a8230</code></a> docs: prep for 7.13.2</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/27d8daac216ffef80276515b22cf679f9fabc422"><code>27d8daa</code></a> refactor: plural does more</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/a2f248cf095fc49d3599c39befdea6a5552ccd23"><code>a2f248c</code></a> fix: stdlib might be through a symlink. <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2115">#2115</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/bc52a22953759f71c291d31e7d17faf9903c0667"><code>bc52a22</code></a> debug: re-organize Matchers to show more of what they do</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/f338d816ba7fcd23934a9397d15450593f0f20d9"><code>f338d81</code></a> debug: build is a tuple, don't show it on two lines</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/92020e469ab6c80cbe24786d0250a571d5f569cf"><code>92020e4</code></a> refactor(test): convert to parametrized</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/6387d0a60d80cb96231ad32fe81be47cddfe1c78"><code>6387d0a</code></a> test: let (most) tests run with no network</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/1d31e33cfe0ccef7d87c1f0c6219f55a3d9b5eee"><code>1d31e33</code></a> build: workflows sometimes need more than 10 min</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/62949782b7810d8ffc228ba0e00f81c2ab81cda7"><code>6294978</code></a> refactor: an error message is now uniform across versions</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.13.1...7.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.13.1&new-version=7.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff6d6d2 commit 05341e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dynamic = ["readme", "version"]
2424

2525
[project.optional-dependencies]
2626
coverage = [
27-
"coverage==7.13.1"
27+
"coverage==7.13.2"
2828
]
2929
formatting = [
3030
"black==26.1.0",

0 commit comments

Comments
 (0)