Skip to content

Commit

Permalink
chore(deps-dev): bump coverage from 7.6.7 to 7.6.8 in the development…
Browse files Browse the repository at this point in the history
…-dependencies group (#292)

Bumps the development-dependencies group with 1 update:
[coverage](https://github.com/nedbat/coveragepy).

Updates `coverage` from 7.6.7 to 7.6.8
<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.8 — 2024-11-23</h2>
<ul>
<li>
<p>Fix: the LCOV report code assumed that a branch line that took no
branches
meant that the entire line was unexecuted. This isn't true in a few
cases:
the line might always raise an exception, or might have been optimized
away.
Fixes <code>issue 1896</code>_.</p>
</li>
<li>
<p>Fix: similarly, the HTML report will now explain that a line that
jumps to
none of its expected destinations must have always raised an exception.
Previously, it would say something nonsensical like, &quot;line 4 didn't
jump to
line 5 because line 4 was never true, and it didn't jump to line 7
because
line 4 was always true.&quot; This was also shown in <code>issue
1896</code>_.</p>
</li>
</ul>
<p>.. _issue 1896: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1896">nedbat/coveragepy#1896</a></p>
<p>.. _changes_7-6-7:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/6134266c33233d4386daaf229a5536cac0bab6f9"><code>6134266</code></a>
docs: sample HTML for 7.6.8</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/041f9631de98855ffb2208febb939ca5291681e3"><code>041f963</code></a>
docs: prep for 7.6.8</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7fe48b65457dd788d87b1cee02f5cd02816a78bc"><code>7fe48b6</code></a>
build: don't search generated report files</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/f2191445c4e532c76d700e36360f8bedcdd35805"><code>f219144</code></a>
docs: start changelog entries with capital letters</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/d1a916a2161a10c0fd345ce059f9d61f43e35428"><code>d1a916a</code></a>
fix: a line that branches nowhere must always raise an exception</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2ace7a261901e164bf54606b80a2dd1b4e49a904"><code>2ace7a2</code></a>
fix: don't assume 'no branches' means 'not executed' <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1896">#1896</a></li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/3ed59159400f95e5ab7da9498a1a5111caad5aba"><code>3ed5915</code></a>
style: all of ci should use underscores</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/0db86f2f84825395fa1f249a4bf83ca9da69a22e"><code>0db86f2</code></a>
build: automate updating readthedocs</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2a895512ebf6cf7184de24bb24a0ba2c782d6aab"><code>2a89551</code></a>
chore: make upgrade (not sure why files became absolute)</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ba9c157cf8c22debe31a4565db46a436551681e3"><code>ba9c157</code></a>
chore: make doc_upgrade</li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.8">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.7&new-version=7.6.8)](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 <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>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 00138a0 commit 804d28e
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 804d28e

Please sign in to comment.