-
Notifications
You must be signed in to change notification settings - Fork 28
Commit 0a64921
authored
chore(deps-dev): bump coverage from 7.6.10 to 7.6.11 in the development-dependencies group (#321)
Bumps the development-dependencies group with 1 update:
[coverage](https://github.com/nedbat/coveragepy).
Updates `coverage` 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 <pull 1914_></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 />
[](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 will merge this PR once CI passes on it, as requested by
@edgarrmondragon.
[//]: # (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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 7ed7e30 commit 0a64921Copy full SHA for 0a64921
1 file changed
+58
-63
lines changed+58-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments