Skip to content

Commit

Permalink
Bump coverage from 7.2.5 to 7.2.6 (#50)
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.5 to
7.2.6.
<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.2.6 — 2023-05-23</h2>
<ul>
<li>
<p>Fix: the <code>lcov</code> command could raise an IndexError
exception if a file is
translated to Python but then executed under its own name. Jinja2 does
this
when rendering templates.  Fixes <code>issue 1553</code>_.</p>
</li>
<li>
<p>Python 3.12 beta 1 now inlines comprehensions. Previously they were
compiled
as invisible functions and coverage.py would warn you if they weren't
completely executed.  This no longer happens under Python 3.12.</p>
</li>
<li>
<p>Fix: the <code>coverage debug sys</code> command includes some
environment variables
in its output. This could have included sensitive data. Those values are
now hidden with asterisks, closing <code>issue 1628</code>_.</p>
</li>
</ul>
<p>.. _issue 1553: <a
href="https://github.com/nedbat/coveragepy/issues/1553">nedbat/coveragepy#1553</a>
.. _issue 1628: <a
href="https://github.com/nedbat/coveragepy/issues/1628">nedbat/coveragepy#1628</a></p>
<p>.. _changes_7-2-5:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nedbat/coveragepy/commit/a13866984fffeabcec4e3c742615f1dfe306fd93"><code>a138669</code></a>
docs: sample HTML for 7.2.6</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/afa4caf57c88228ab1a06b3f75b743a97da624c8"><code>afa4caf</code></a>
docs: prep for 7.2.6</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/009b529db8771dc5179eb58566befede505f01f2"><code>009b529</code></a>
fix: adapt to new tokenize error messages</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/2a0cee9ea90b06748e76557f8d1649ff1609c3d5"><code>2a0cee9</code></a>
test: cpython 104686 is fixed, un-xfail this test</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/37b922a8611128fdbbeb8a01c570cc6d2276f7a3"><code>37b922a</code></a>
test: suppress an ast deprecation warning</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/5925d8a2dd2684b1bbe3c159053cdb15af8895c8"><code>5925d8a</code></a>
build: run tests on 3.12</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/1a1d1767eab44eccda52bd70a8f8287ce068b5b7"><code>1a1d176</code></a>
build: clean more cache directories</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/044ffa69ae681fd7cc01c846101d8af47dc0bb78"><code>044ffa6</code></a>
test: xfail a test because of CPython issue 104686</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/12333be09b03adb8a3aa797187e4bc005954f0e7"><code>12333be</code></a>
test: remove xfail for pypy bugs 3936 and 3937</li>
<li><a
href="https://github.com/nedbat/coveragepy/commit/3fb8da569c8e428c1d9e70a1750e3440bc811b8e"><code>3fb8da5</code></a>
fix: hide sensitive environment variables with asterisks. <a
href="https://github.com/nedbat/coveragepy/issues/1628">#1628</a></li>
<li>Additional commits viewable in <a
href="https://github.com/nedbat/coveragepy/compare/7.2.5...7.2.6">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.2.5&new-version=7.2.6)](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 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>
  • Loading branch information
github-actions[bot] authored May 24, 2023
2 parents c574675 + bd8bd20 commit 9383469
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

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

0 comments on commit 9383469

Please sign in to comment.