Skip to content

Commit bc9c5bf

Browse files
Bump coverage[toml] from 7.3.2 to 7.3.3 (#191)
Bumps [coverage[toml]](https://github.com/nedbat/coveragepy) from 7.3.2 to 7.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/releases">coverage[toml]'s releases</a>.</em></p> <blockquote> <h2>7.3.3</h2> <ul> <li>Fix: function definitions with multi-line signatures can now be excluded by matching any of the lines, closing <a href="https://redirect.github.com/nedbat/coveragepy/issues/684">issue 684</a>. Thanks, <a href="https://redirect.github.com/nedbat/coveragepy/pull/1705">Jan Rusak, Maciej Kowalczyk and Joanna Ejzel</a>.</li> <li>Fix: XML reports could fail with a TypeError if files had numeric components that were duplicates except for leading zeroes, like <code>file1.py</code> and <code>file001.py</code>. Fixes <a href="https://redirect.github.com/nedbat/coveragepy/issues/1709">issue 1709</a>.</li> <li>The <code>coverage annotate</code> command used to announce that it would be removed in a future version. Enough people got in touch to say that they use it, so it will stay. Don't expect it to keep up with other new features though.</li> <li>Added new <code>debug options &lt;cmd_run_debug&gt;</code>: <ul> <li><code>pytest</code> writes the pytest test name into the debug output.</li> <li><code>dataop2</code> writes the full data being added to CoverageData objects.</li> </ul> </li> </ul> <p>:arrow_right:  PyPI page: <a href="https://pypi.org/project/coverage/7.3.3">coverage 7.3.3</a>. :arrow_right:  To install: <code>python3 -m pip install coverage==7.3.3</code></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst">coverage[toml]'s changelog</a>.</em></p> <blockquote> <h2>Version 7.3.3 — 2023-12-14</h2> <ul> <li> <p>Fix: function definitions with multi-line signatures can now be excluded by matching any of the lines, closing <code>issue 684</code><em>. Thanks, <code>Jan Rusak, Maciej Kowalczyk and Joanna Ejzel &lt;pull 1705_&gt;</code></em>.</p> </li> <li> <p>Fix: XML reports could fail with a TypeError if files had numeric components that were duplicates except for leading zeroes, like <code>file1.py</code> and <code>file001.py</code>. Fixes <code>issue 1709</code>_.</p> </li> <li> <p>The <code>coverage annotate</code> command used to announce that it would be removed in a future version. Enough people got in touch to say that they use it, so it will stay. Don't expect it to keep up with other new features though.</p> </li> <li> <p>Added new :ref:<code>debug options &lt;cmd_run_debug&gt;</code>:</p> <ul> <li> <p><code>pytest</code> writes the pytest test name into the debug output.</p> </li> <li> <p><code>dataop2</code> writes the full data being added to CoverageData objects.</p> </li> </ul> </li> </ul> <p>.. _issue 684: <a href="https://redirect.github.com/nedbat/coveragepy/issues/684">nedbat/coveragepy#684</a> .. _pull 1705: <a href="https://redirect.github.com/nedbat/coveragepy/pull/1705">nedbat/coveragepy#1705</a> .. _issue 1709: <a href="https://redirect.github.com/nedbat/coveragepy/issues/1709">nedbat/coveragepy#1709</a></p> <p>.. _changes_7-3-2:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nedbat/coveragepy/commit/7270c53fba01620f740704b5cd4fcf2bcdc856ad"><code>7270c53</code></a> docs: sample HTML for 7.3.3</li> <li><a href="https://github.com/nedbat/coveragepy/commit/3d4c9408518b7f18c57d03da9eae503335675b5c"><code>3d4c940</code></a> docs: prep for 7.3.3</li> <li><a href="https://github.com/nedbat/coveragepy/commit/be2812163d49f01a842f332a070f136d2eef56d1"><code>be28121</code></a> fix: leading zeros can confuse human sorting. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1709">#1709</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/1adda03be757b9e41388f8237374b01b8bf97c54"><code>1adda03</code></a> docs: a little more in the quick start about what will be measured. <a href="https://redirect.github.com/nedbat/coveragepy/issues/1707">#1707</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/6a9766e65c92e2ccc9e75abd17c8a09e48c16bda"><code>6a9766e</code></a> docs: remove deprecation notice from <code>annotate</code> docs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/e0a550b27c984b2ca025090174ae73cc9a6a3f76"><code>e0a550b</code></a> fix: undeprecate <code>coverage annotate</code></li> <li><a href="https://github.com/nedbat/coveragepy/commit/05b47a3c9611146f4ec5140f69209bb846bf0f8c"><code>05b47a3</code></a> build(deps): bump actions/setup-python from 4 to 5</li> <li><a href="https://github.com/nedbat/coveragepy/commit/470e086f2961169e0998737157d99924c19bc8e4"><code>470e086</code></a> docs: two more contributors from <a href="https://redirect.github.com/nedbat/coveragepy/issues/1705">#1705</a></li> <li><a href="https://github.com/nedbat/coveragepy/commit/4c4644e722383b92e3c47c9284075a248d79f97a"><code>4c4644e</code></a> build: add last commit to .git-blame-ignore-revs</li> <li><a href="https://github.com/nedbat/coveragepy/commit/5d0b5d4464b84adb6389c8894c207a323edb2b2b"><code>5d0b5d4</code></a> style: check_coverage close parens should be on their own line</li> <li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/7.3.2...7.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage[toml]&package-manager=pip&previous-version=7.3.2&new-version=7.3.3)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0186a39 commit bc9c5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dev = [
4747
test = [
4848
"pytest==7.4.3",
4949
"pytest-cov==4.1.0",
50-
"coverage[toml]==7.3.2",
50+
"coverage[toml]==7.3.3",
5151
"diff-cover[toml]==8.0.1",
5252
]
5353
alembic = ["alembic~=1.12"]

0 commit comments

Comments
 (0)