Skip to content

Commit

Permalink
Bump coverage from 7.6.10 to 7.6.11 (#10444)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.10 to
7.6.11.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage's
changelog</a>.</em></p>
<blockquote>
<h2>Version 7.6.11 — 2025-02-08</h2>
<ul>
<li>
<p>Fix: a memory leak in CTracer has been fixed. The details are in
<code>issue 1924</code>_ and <code>pytest-dev 676</code>_. This should
reduce the memory footprint for
everyone even if it hadn't caused a problem before.</p>
</li>
<li>
<p>We now ship a py3-none-any.whl wheel file. Thanks, <code>Russell
Keith-Magee &lt;pull 1914_&gt;</code>_.</p>
</li>
</ul>
<p>.. _pull 1914: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1914">nedbat/coveragepy#1914</a>
.. _issue 1924: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1924">nedbat/coveragepy#1924</a>
.. _pytest-dev 676: <a
href="https://redirect.github.com/pytest-dev/pytest-cov/issues/676">pytest-dev/pytest-cov#676</a></p>
<p>.. _changes_7-6-10:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a20898d2d48b2fb7ff30d3e63eb33de8e8948fe1"><code>a20898d</code></a>
docs: sample HTML for 7.6.11</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/938d519ba264ac67cdfcca8a436fe15a68318dc6"><code>938d519</code></a>
docs: prep for 7.6.11</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/27ee4ffc3b6486bc7b52dc5b18466e05fca8616e"><code>27ee4ff</code></a>
test: free-threading builds were failing the old leak test <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1924">#1924</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f473b87e4116cceacdef1666a75feb4ba3cce0f3"><code>f473b87</code></a>
test: it could be useful to disable branch coverage in this helper</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f85d9b7676a480c88d938c1e63a1dbebea45e21d"><code>f85d9b7</code></a>
fix: prevent code objects from leaking <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1924">#1924</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ae8d3b9981bac68f903c63c9e432ef5e30b4865b"><code>ae8d3b9</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/156981f20730a2f4abd5a4efcc8cf1cad1d6a811"><code>156981f</code></a>
build: zizmor can't tell this is safe</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/66030210bf7438d17830687aafa4504eb6e845db"><code>6603021</code></a>
chore: bump the action-dependencies group with 6 updates (<a
href="https://redirect.github.com/nedbat/coveragepy/issues/1922">#1922</a>)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/d6a1e5b6ea5bc03d0bf085fbac285b7e4a56d8a6"><code>d6a1e5b</code></a>
test: run the pytracer first so .tox is left with a c extension for
ad-hoc use</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/cd2db93276e680aca70bd36806847e82f76e2fa3"><code>cd2db93</code></a>
docs: a reminder about when RESUME applies</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.6.10...7.6.11">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.6.10&new-version=7.6.11)](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>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent ba3228e commit ccbe9ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.6.10
coverage==7.6.11
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ click==8.1.8
# slotscheck
# towncrier
# wait-for-it
coverage==7.6.10
coverage==7.6.11
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.17.1
# pytest-codspeed
click==8.1.8
# via wait-for-it
coverage==7.6.10
coverage==7.6.11
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit ccbe9ac

Please sign in to comment.