Skip to content

Commit

Permalink
Bump coverage from 7.6.11 to 7.6.12 (#47)
Browse files Browse the repository at this point in the history
Summary:
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.11 to 7.6.12.
<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.12 — 2025-02-11</h2>
<ul>
<li>Fix: some aarch64 distributions were missing (<code>issue 1927</code>_).  These are now
building reliably.</li>
</ul>
<p>.. _issue 1927: <a href="https://github.com/nedbat/coveragepy/issues/1927">nedbat/coveragepy#1927</a></p>
<p>.. _changes_7-6-11:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nedbat/coveragepy/commit/7e5373eadff4753bb9273dad43bdee98bff65af0"><code>7e5373e</code></a> docs: sample HTML for 7.6.12</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/a4ed38b3f8bbcb8db8998069b2170e6011925c24"><code>a4ed38b</code></a> docs: prep for 7.6.12</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/ce4efdcde3a55654624c791b587885d5bfc84b7b"><code>ce4efdc</code></a> build: fix aarch64 kits <a href="https://github.com/nedbat/coveragepy/issues/1927">#1927</a></li>
<li><a href="https://github.com/nedbat/coveragepy/commit/a1f3192673d02e63ce6e1c17439e7983e5769755"><code>a1f3192</code></a> build: don't publish if kit building failed</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/bb68f99a01116070d014d4d77d38dbffcd3e8e9b"><code>bb68f99</code></a> chore: bump the action-dependencies group with 2 updates (<a href="https://github.com/nedbat/coveragepy/issues/1926">#1926</a>)</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/f3d6b4a8c28aabb12f8167884dea473b677e18fa"><code>f3d6b4a</code></a> refactor: check for more kinds of constant tests</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/67899ea7f08e7d9b015a60e073acd0466f1af9f6"><code>67899ea</code></a> refactor: we no longer care what kind of constant the compile-time constants are</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/c850f2005b8d95d7754117a3225e9f5e2130a892"><code>c850f20</code></a> refactor: macOS is MACOS, not OSX</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/a1b2c1a17b72a1c9a24a704222f310983f11e51d"><code>a1b2c1a</code></a> build: there are always tweaks to howto.txt</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/9c0303959f905b00fc10d0c93173bba0ea3127ac"><code>9c03039</code></a> build: bump version to 7.6.12</li>
<li>See full diff in <a href="https://github.com/nedbat/coveragepy/compare/7.6.11...7.6.12">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.11&new-version=7.6.12)](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>

Pull Request resolved: #47

Reviewed By: parulgupta1004

Differential Revision: D69807032

Pulled By: itamaro

fbshipit-source-id: 4619710a87ca998561678a7abf170eddfecc180d
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Feb 18, 2025
1 parent ce52f94 commit 233a455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"async-timeout==4.0.3",
"coverage==7.6.11",
"coverage==7.6.12",
"flit==3.10.1",
]

Expand Down

0 comments on commit 233a455

Please # to comment.