Skip to content

Commit

Permalink
Bump coverage from 7.3.0 to 7.3.2 (#7643)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.0 to
7.3.2.
<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.3.2 — 2023-10-02</h2>
<ul>
<li>
<p>The <code>coverage lcov</code> command ignored the <code>[report]
exclude_lines</code> and
<code>[report] exclude_also</code> settings (<code>issue
1684</code><em>). This is now fixed,
thanks <code>Jacqueline Lee &lt;pull 1685_&gt;</code></em>.</p>
</li>
<li>
<p>Sometimes SQLite will create journal files alongside the coverage.py
database
files. These are ephemeral, but could be mistakenly included when
combining
data files. Now they are always ignored, fixing <code>issue
1605</code>_. Thanks to
Brad Smith for suggesting fixes and providing detailed debugging.</p>
</li>
<li>
<p>On Python 3.12+, we now disable SQLite writing journal files, which
should be
a little faster.</p>
</li>
<li>
<p>The new 3.12 soft keyword <code>type</code> is properly bolded in
HTML reports.</p>
</li>
<li>
<p>Removed the &quot;fullcoverage&quot; feature used by CPython to
measure the coverage of
early-imported standard library modules. CPython <code>stopped using it
&lt;88054_&gt;</code>_ in 2021, and it stopped working completely in
Python 3.13.</p>
</li>
</ul>
<p>.. _issue 1605: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1605">nedbat/coveragepy#1605</a>
.. _issue 1684: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1684">nedbat/coveragepy#1684</a>
.. _pull 1685: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1685">nedbat/coveragepy#1685</a>
.. _88054: <a
href="https://redirect.github.com/python/cpython/issues/88054">python/cpython#88054</a></p>
<p>.. _changes_7-3-1:</p>
<h2>Version 7.3.1 — 2023-09-06</h2>
<ul>
<li>
<p>The semantics of stars in file patterns has been clarified in the
docs. A
leading or trailing star matches any number of path components, like a
double
star would. This is different than the behavior of a star in the middle
of a
pattern. This discrepancy was <code>identified by Sviatoslav Sydorenko
&lt;starbad_&gt;</code><em>, who <code>provided patient detailed
diagnosis &lt;pull 1650_&gt;</code></em> and
graciously agreed to a pragmatic resolution.</p>
</li>
<li>
<p>The API docs were missing from the last version. They are now
<code>restored &lt;apidocs_&gt;</code>_.</p>
</li>
</ul>
<p>.. _apidocs: <a
href="https://coverage.readthedocs.io/en/latest/api_coverage.html">https://coverage.readthedocs.io/en/latest/api_coverage.html</a>
.. _starbad: <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1407#issuecomment-1631085209">nedbat/coveragepy#1407</a>
.. _pull 1650: <a
href="https://redirect.github.com/nedbat/coveragepy/pull/1650">nedbat/coveragepy#1650</a></p>
<p>.. _changes_7-3-0:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a31651334302444cbd3e7b8a2d8a8ba5d5d65e4e"><code>a316513</code></a>
build: fix the pypy wheel arguments</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7ec2c62a1a9dfff99832255d923e826141395a46"><code>7ec2c62</code></a>
docs: sample HTML for 7.3.2</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/ffd954f780211fd4debfe4980a5e0eac12d9390d"><code>ffd954f</code></a>
docs: prep for 7.3.2</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1ea390783d62797f4134c4b40daf008ac9bc8634"><code>1ea3907</code></a>
refactor: don't access frame structs directly</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7b8dec9a2ef9e0abe50607982b79e6454d0e4ec8"><code>7b8dec9</code></a>
feat!: remove fullcoverage, it doesn't work in 3.13</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1040bcedcce22932d67845a2f8a6c83720f1af31"><code>1040bce</code></a>
refactor: remove unused interned strings</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/9ab9e0cf41682cbeec08957a582a11d2522e2485"><code>9ab9e0c</code></a>
fix: 3.12 soft keyword <code>type</code> is bolded in HTML</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/8624ce9662932f92cf203ef75039204d3ac84d6d"><code>8624ce9</code></a>
fix: really turn off SQLite journal files on 3.12+</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/604aafa5327eed17eb3d8927748850c97127f1ea"><code>604aafa</code></a>
chore: make upgrade</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/7c25ba0ad96ebbd1b1313677c5efc89f8226cea4"><code>7c25ba0</code></a>
fix: don't combine journal files. <a
href="https://redirect.github.com/nedbat/coveragepy/issues/1605">#1605</a></li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.3.0...7.3.2">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.3.0&new-version=7.3.2)](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>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 830b9e0 commit 58fcf2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click==8.0.3
# wait-for-it
click-default-group==1.2.2
# via towncrier
coverage==7.3.0
coverage==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ click==8.1.6
# wait-for-it
click-default-group==1.2.2
# via towncrier
coverage==7.3.0
coverage==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ click==8.1.6
# via
# typer
# wait-for-it
coverage==7.3.0
coverage==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 58fcf2f

Please sign in to comment.