Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): bump coverage from 7.5.3 to 7.6.8 (#128)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 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>
<h2>Version 7.6.7 — 2024-11-15</h2>
<ul>
<li>Fix: ugh, the other assert from 7.6.5 can also be encountered in the
wild,
so it's been restored to a conditional.  Sorry for the churn.</li>
</ul>
<p>.. _changes_7-6-6:</p>
<h2>Version 7.6.6 — 2024-11-15</h2>
<ul>
<li>One of the new asserts from 7.6.5 caused problems in real projects,
as
reported in <code>issue 1891</code>_.  The assert has been removed.</li>
</ul>
<p>.. _issue 1891: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1891">nedbat/coveragepy#1891</a></p>
<p>.. _changes_7-6-5:</p>
<h2>Version 7.6.5 — 2024-11-14</h2>
<ul>
<li>
<p>Fix: fine-tuned the exact Python version (3.12.6) when exiting from
<code>with</code>
statements changed how they traced. This affected whether people saw the
fix for <code>issue 1880</code>_.</p>
</li>
<li>
<p>Fix: isolate our code more from mocking in the os module that in rare
cases
can cause <code>bizarre behavior &lt;pytest-cov-666_&gt;</code>_.</p>
</li>
<li>
<p>Refactor: some code unreachable code paths in parser.py were changed
to</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.5.3...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.5.3&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 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>

## Summary by Sourcery

Build:
- Bump the 'coverage' dependency from version 7.5.3 to 7.6.8 in the
build configuration.

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 28, 2024
1 parent 61df553 commit f1b3c2a
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 56 deletions.
120 changes: 65 additions & 55 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ zipp = ">=3.19.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.2.2"
coverage = "^7.5.3"
coverage = "^7.6.8"
mypy = "^1.13.0"
poetry-plugin-export = "^1.8.0"

Expand Down

0 comments on commit f1b3c2a

Please sign in to comment.