Skip to content

Commit

Permalink
Update dependency coverage to v7.2.3 (#160)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [coverage](https://togithub.com/nedbat/coveragepy) | `==7.2.2` ->
`==7.2.3` |
[![age](https://badges.renovateapi.com/packages/pypi/coverage/7.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/coverage/7.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/coverage/7.2.3/compatibility-slim/7.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/coverage/7.2.3/confidence-slim/7.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nedbat/coveragepy</summary>

###
[`v7.2.3`](https://togithub.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-723--2023-04-06)

[Compare
Source](https://togithub.com/nedbat/coveragepy/compare/7.2.2...7.2.3)

- Fix: the :ref:`config_run_sigterm` setting was meant to capture data
if a
process was terminated with a SIGTERM signal, but it didn't always. This
was
    fixed thanks to `Lewis Gaul <pull 1600_>`*, closing `issue 1599`*.

- Performance: HTML reports with context information are now much more
compact.
File sizes are typically as small as one-third the previous size, but
can be
dramatically smaller. This closes `issue 1584`\_ thanks to `Oleh Krehel
<pull 1587_>`\_.

- Development dependencies no longer use hashed pins, closing `issue
1592`\_.

.. \_issue
1584:[nedbat/coveragepy#1584
.. \_pull
1587[nedbat/coveragepy#1587
.. \_issue
159[nedbat/coveragepy#1592
.. \_issue
15[nedbat/coveragepy#1599
.. \_pull
1[nedbat/coveragepy#1600

.. \_changes\_7-2-2:

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzUuMzQuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 7, 2023
1 parent 3bbe769 commit eea46c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-e .
aiofiles==23.1.0
black==23.3.0
coverage==7.2.2
coverage==7.2.3
GitPython==3.1.31
mypy==1.1.1
nest_asyncio==1.5.6
Expand Down

0 comments on commit eea46c0

Please sign in to comment.