Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump coverage from 6.2 to 6.3 #489

Merged
merged 1 commit into from
Jan 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2022

Bumps coverage from 6.2 to 6.3.

Changelog

Sourced from coverage's changelog.

Version 6.3 — 2022-01-25

  • Feature: Added the lcov command to generate reports in LCOV format. Thanks, Bradley Burns <pull 1289_>. Closes issues 587 <issue 587_> and 626 <issue 626_>_.

  • Feature: the coverage data file can now be specified on the command line with the --data-file option in any command that reads or writes data. This is in addition to the existing COVERAGE_FILE environment variable. Closes issue 624. Thanks, Nikita Bloshchanevich <pull 1304_>.

  • Feature: coverage measurement data will now be written when a SIGTERM signal is received by the process. This includes :meth:Process.terminate <python:multiprocessing.Process.terminate>, and other ways to terminate a process. Currently this is only on Linux and Mac; Windows is not supported. Fixes issue 1307_.

  • Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.

  • Updated Python 3.11 support to 3.11.0a4, fixing issue 1294_.

  • Fix: the coverage data file is now created in a more robust way, to avoid problems when multiple processes are trying to write data at once. Fixes issues 1303 <issue 1303_>_ and 883 <issue 883_>_.

  • Fix: a .gitignore file will only be written into the HTML report output directory if the directory is empty. This should prevent certain unfortunate accidents of writing the file where it is not wanted.

  • Releases now have MacOS arm64 wheels for Apple Silicon, fixing issue 1288_.

.. _issue 587: nedbat/coveragepy#587 .. _issue 624: nedbat/coveragepy#624 .. _issue 626: nedbat/coveragepy#626 .. _issue 883: nedbat/coveragepy#883 .. _issue 1288: nedbat/coveragepy#1288 .. _issue 1294: nedbat/coveragepy#1294 .. _issue 1303: nedbat/coveragepy#1303 .. _issue 1307: nedbat/coveragepy#1307 .. _pull 1289: nedbat/coveragepy#1289 .. _pull 1304: nedbat/coveragepy#1304

.. _changes_62:

Commits
  • 7d9d300 build: 'pypy' is pypy-3.6, which we don't support anymore
  • 97d78e6 build: prepping for 6.3
  • fb3f632 docs: latest sample HTML report
  • 2e65e19 docs: make it easier to add command-line options correctly
  • bf8cbe1 fix: more cleanup of --data-file options
  • f9a5451 docs: touch up the changelog
  • 2ff2439 style: uniform formatting of cmdline options
  • 1a75ebb refactor: adjust some of the --data-file option handling
  • ba884e4 feat: use --data-file to configure the coverage database
  • cfe14c2 build: stop deleting 3.9 muslinux wheels, because they are ok now. #1268
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 26, 2022
@codeclimate
Copy link

codeclimate bot commented Jan 26, 2022

Code Climate has analyzed commit a458806 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

Copy link
Owner

@ChrisRBe ChrisRBe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

bors bot added a commit that referenced this pull request Jan 30, 2022
489: build(deps-dev): bump coverage from 6.2 to 6.3 r=ChrisRBe a=dependabot[bot]

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.3.
<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 6.3 — 2022-01-25</h2>
<ul>
<li>
<p>Feature: Added the <code>lcov</code> command to generate reports in LCOV format.
Thanks, <code>Bradley Burns &lt;pull 1289_&gt;</code><em>. Closes issues <code>587 &lt;issue 587_&gt;</code></em>
and <code>626 &lt;issue 626_&gt;</code>_.</p>
</li>
<li>
<p>Feature: the coverage data file can now be specified on the command line with
the <code>--data-file</code> option in any command that reads or writes data.  This is
in addition to the existing <code>COVERAGE_FILE</code> environment variable.  Closes
<code>issue 624</code><em>. Thanks, <code>Nikita Bloshchanevich &lt;pull 1304_&gt;</code></em>.</p>
</li>
<li>
<p>Feature: coverage measurement data will now be written when a SIGTERM signal
is received by the process.  This includes
:meth:<code>Process.terminate &lt;python:multiprocessing.Process.terminate&gt;</code>,
and other ways to terminate a process.  Currently this is only on Linux and
Mac; Windows is not supported.  Fixes <code>issue 1307</code>_.</p>
</li>
<li>
<p>Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.</p>
</li>
<li>
<p>Updated Python 3.11 support to 3.11.0a4, fixing <code>issue 1294</code>_.</p>
</li>
<li>
<p>Fix: the coverage data file is now created in a more robust way, to avoid
problems when multiple processes are trying to write data at once. Fixes
issues <code>1303 &lt;issue 1303_&gt;</code>_ and <code>883 &lt;issue 883_&gt;</code>_.</p>
</li>
<li>
<p>Fix: a .gitignore file will only be written into the HTML report output
directory if the directory is empty.  This should prevent certain unfortunate
accidents of writing the file where it is not wanted.</p>
</li>
<li>
<p>Releases now have MacOS arm64 wheels for Apple Silicon, fixing <code>issue 1288</code>_.</p>
</li>
</ul>
<p>.. _issue 587: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/587">nedbat/coveragepy#587</a>
.. _issue 624: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/624">nedbat/coveragepy#624</a>
.. _issue 626: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/626">nedbat/coveragepy#626</a>
.. _issue 883: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/883">nedbat/coveragepy#883</a>
.. _issue 1288: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1288">nedbat/coveragepy#1288</a>
.. _issue 1294: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1294">nedbat/coveragepy#1294</a>
.. _issue 1303: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1303">nedbat/coveragepy#1303</a>
.. _issue 1307: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1307">nedbat/coveragepy#1307</a>
.. _pull 1289: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1289">nedbat/coveragepy#1289</a>
.. _pull 1304: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1304">nedbat/coveragepy#1304</a></p>
<p>.. _changes_62:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nedbat/coveragepy/commit/7d9d30015e47756776d5ba5f4f0b65ab198640a3"><code>7d9d300</code></a> build: 'pypy' is pypy-3.6, which we don't support anymore</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/97d78e6a8502f84f415c183d06d474bab65a59d0"><code>97d78e6</code></a> build: prepping for 6.3</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/fb3f6326876172e54c781f6bfac5f7708a663064"><code>fb3f632</code></a> docs: latest sample HTML report</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/2e65e19cfe29429aa4797e6a55d96c79bd2cbfac"><code>2e65e19</code></a> docs: make it easier to add command-line options correctly</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/bf8cbe1289ed42f51bf788fc86f7a8cee114c3e3"><code>bf8cbe1</code></a> fix: more cleanup of --data-file options</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/f9a5451f8923e4e7c87bf725760257da43346567"><code>f9a5451</code></a> docs: touch up the changelog</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/2ff243942be7d86417d132287d0c1acabec0dc2e"><code>2ff2439</code></a> style: uniform formatting of cmdline options</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/1a75ebbff87302a0d5d641a557e0f9d3ac3950f5"><code>1a75ebb</code></a> refactor: adjust some of the --data-file option handling</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/ba884e41506fd6e8f6eca91a13fe1661b3220c5e"><code>ba884e4</code></a> feat: use --data-file to configure the coverage database</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/cfe14c266dcd405422bb775c9d45779f7a21715f"><code>cfe14c2</code></a> build: stop deleting 3.9 muslinux wheels, because they are ok now. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1268">#1268</a></li>
<li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/6.2...6.3">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=6.2&new-version=6.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` 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>

491: build(deps): bump identify from 2.4.5 to 2.4.6 r=ChrisRBe a=dependabot[bot]

Bumps [identify](https://github.com/pre-commit/identify) from 2.4.5 to 2.4.6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pre-commit/identify/commit/5d96f711ba999d0f5450a7275e5f8c8610455030"><code>5d96f71</code></a> v2.4.6</li>
<li><a href="https://github.com/pre-commit/identify/commit/d47bedac42107661f95bfe5e576659f9d17c94a8"><code>d47beda</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pre-commit/identify/issues/273">#273</a> from PointKernel/add-inl-extension</li>
<li><a href="https://github.com/pre-commit/identify/commit/884f1c1ff64c7bd0c3c6c183a4edca6ec4b04efa"><code>884f1c1</code></a> Add inl extension</li>
<li><a href="https://github.com/pre-commit/identify/commit/b621df8e1c73cf12e9b91722813371321af13e4f"><code>b621df8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pre-commit/identify/issues/272">#272</a> from pre-commit/all-repos_autofix_flake8-typing-imports</li>
<li><a href="https://github.com/pre-commit/identify/commit/81ded6891d75a6a03c21473a3e2724549dd27ef4"><code>81ded68</code></a> upgrade flake8-typing-imports</li>
<li>See full diff in <a href="https://github.com/pre-commit/identify/compare/v2.4.5...v2.4.6">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=identify&package-manager=pip&previous-version=2.4.5&new-version=2.4.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Jan 30, 2022

Build failed (retrying...):

bors bot added a commit that referenced this pull request Jan 30, 2022
489: build(deps-dev): bump coverage from 6.2 to 6.3 r=ChrisRBe a=dependabot[bot]

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.3.
<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 6.3 — 2022-01-25</h2>
<ul>
<li>
<p>Feature: Added the <code>lcov</code> command to generate reports in LCOV format.
Thanks, <code>Bradley Burns &lt;pull 1289_&gt;</code><em>. Closes issues <code>587 &lt;issue 587_&gt;</code></em>
and <code>626 &lt;issue 626_&gt;</code>_.</p>
</li>
<li>
<p>Feature: the coverage data file can now be specified on the command line with
the <code>--data-file</code> option in any command that reads or writes data.  This is
in addition to the existing <code>COVERAGE_FILE</code> environment variable.  Closes
<code>issue 624</code><em>. Thanks, <code>Nikita Bloshchanevich &lt;pull 1304_&gt;</code></em>.</p>
</li>
<li>
<p>Feature: coverage measurement data will now be written when a SIGTERM signal
is received by the process.  This includes
:meth:<code>Process.terminate &lt;python:multiprocessing.Process.terminate&gt;</code>,
and other ways to terminate a process.  Currently this is only on Linux and
Mac; Windows is not supported.  Fixes <code>issue 1307</code>_.</p>
</li>
<li>
<p>Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.</p>
</li>
<li>
<p>Updated Python 3.11 support to 3.11.0a4, fixing <code>issue 1294</code>_.</p>
</li>
<li>
<p>Fix: the coverage data file is now created in a more robust way, to avoid
problems when multiple processes are trying to write data at once. Fixes
issues <code>1303 &lt;issue 1303_&gt;</code>_ and <code>883 &lt;issue 883_&gt;</code>_.</p>
</li>
<li>
<p>Fix: a .gitignore file will only be written into the HTML report output
directory if the directory is empty.  This should prevent certain unfortunate
accidents of writing the file where it is not wanted.</p>
</li>
<li>
<p>Releases now have MacOS arm64 wheels for Apple Silicon, fixing <code>issue 1288</code>_.</p>
</li>
</ul>
<p>.. _issue 587: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/587">nedbat/coveragepy#587</a>
.. _issue 624: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/624">nedbat/coveragepy#624</a>
.. _issue 626: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/626">nedbat/coveragepy#626</a>
.. _issue 883: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/883">nedbat/coveragepy#883</a>
.. _issue 1288: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1288">nedbat/coveragepy#1288</a>
.. _issue 1294: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1294">nedbat/coveragepy#1294</a>
.. _issue 1303: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1303">nedbat/coveragepy#1303</a>
.. _issue 1307: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1307">nedbat/coveragepy#1307</a>
.. _pull 1289: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1289">nedbat/coveragepy#1289</a>
.. _pull 1304: <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/pull/1304">nedbat/coveragepy#1304</a></p>
<p>.. _changes_62:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nedbat/coveragepy/commit/7d9d30015e47756776d5ba5f4f0b65ab198640a3"><code>7d9d300</code></a> build: 'pypy' is pypy-3.6, which we don't support anymore</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/97d78e6a8502f84f415c183d06d474bab65a59d0"><code>97d78e6</code></a> build: prepping for 6.3</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/fb3f6326876172e54c781f6bfac5f7708a663064"><code>fb3f632</code></a> docs: latest sample HTML report</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/2e65e19cfe29429aa4797e6a55d96c79bd2cbfac"><code>2e65e19</code></a> docs: make it easier to add command-line options correctly</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/bf8cbe1289ed42f51bf788fc86f7a8cee114c3e3"><code>bf8cbe1</code></a> fix: more cleanup of --data-file options</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/f9a5451f8923e4e7c87bf725760257da43346567"><code>f9a5451</code></a> docs: touch up the changelog</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/2ff243942be7d86417d132287d0c1acabec0dc2e"><code>2ff2439</code></a> style: uniform formatting of cmdline options</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/1a75ebbff87302a0d5d641a557e0f9d3ac3950f5"><code>1a75ebb</code></a> refactor: adjust some of the --data-file option handling</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/ba884e41506fd6e8f6eca91a13fe1661b3220c5e"><code>ba884e4</code></a> feat: use --data-file to configure the coverage database</li>
<li><a href="https://github.com/nedbat/coveragepy/commit/cfe14c266dcd405422bb775c9d45779f7a21715f"><code>cfe14c2</code></a> build: stop deleting 3.9 muslinux wheels, because they are ok now. <a href="https://github-redirect.dependabot.com/nedbat/coveragepy/issues/1268">#1268</a></li>
<li>Additional commits viewable in <a href="https://github.com/nedbat/coveragepy/compare/6.2...6.3">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=6.2&new-version=6.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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Jan 30, 2022

Build failed:

@dependabot dependabot bot force-pushed the dependabot/pip/coverage-6.3 branch from 96299e9 to 269fe72 Compare January 30, 2022 16:05
@ChrisRBe
Copy link
Owner

@dependabot-bot rebase

Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@6.2...6.3)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/coverage-6.3 branch from 269fe72 to a458806 Compare January 30, 2022 16:15
@ChrisRBe
Copy link
Owner

bors merge

@bors
Copy link
Contributor

bors bot commented Jan 30, 2022

Build succeeded:

@bors bors bot merged commit 8492ce6 into master Jan 30, 2022
@dependabot dependabot bot deleted the dependabot/pip/coverage-6.3 branch January 30, 2022 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant