chore(deps): update dependency coverage to >=7.16.1 #671

Merged
tobru merged 1 commit from renovate/coverage-7.x into main 2026-09-16 19:38:41 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
coverage >=7.16.0>=7.16.1 age confidence

Release Notes

coveragepy/coveragepy (coverage)

v7.16.1

Compare Source

  • Fix: when the body of an irrefutable case (like case _:) is entirely
    excluded, the case line is now excluded too, just as an excluded
    else: body removes the else: line. Previously the case line was
    left behind and reported as missing. Closes issue 1563_ with pull 2269_.

  • Fix: using :meth:.CoverageData.update twice on an in-memory database would
    fail, as described in issue 2279_. This is now fixed.

.. _issue 1563: #​1563
.. _pull 2269: #​2269
.. _issue 2279: #​2279

.. _changes_7-16-0:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [coverage](https://github.com/coveragepy/coveragepy) | `>=7.16.0` → `>=7.16.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/coverage/7.16.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/coverage/7.16.0/7.16.1?slim=true) | --- ### Release Notes <details> <summary>coveragepy/coveragepy (coverage)</summary> ### [`v7.16.1`](https://github.com/coveragepy/coveragepy/blob/HEAD/CHANGES.rst#Version-7161--2026-09-13) [Compare Source](https://github.com/coveragepy/coveragepy/compare/7.16.0...7.16.1) - Fix: when the body of an irrefutable `case` (like `case _:`) is entirely excluded, the `case` line is now excluded too, just as an excluded `else:` body removes the `else:` line. Previously the `case` line was left behind and reported as missing. Closes `issue 1563`\_ with `pull 2269`\_. - Fix: using :meth:`.CoverageData.update` twice on an in-memory database would fail, as described in `issue 2279`\_. This is now fixed. .. \_issue 1563: [#&#8203;1563](https://github.com/coveragepy/coveragepy/issues/1563) .. \_pull 2269: [#&#8203;2269](https://github.com/coveragepy/coveragepy/pull/2269) .. \_issue 2279: [#&#8203;2279](https://github.com/coveragepy/coveragepy/issues/2279) .. \_changes\_7-16-0: </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC44Mi4xIiwidXBkYXRlZEluVmVyIjoiNDQuODIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
chore(deps): update dependency coverage to >=7.16.1
Some checks failed
Tests / test (push) Failing after 1m24s
045b678720
renovate force-pushed renovate/coverage-7.x from 045b678720
Some checks failed
Tests / test (push) Failing after 1m24s
to 15aea2d6bd
All checks were successful
Tests / test (push) Successful in 1m23s
2026-09-16 18:35:09 +00:00
Compare
tobru merged commit e0da792239 into main 2026-09-16 19:38:41 +00:00
tobru deleted branch renovate/coverage-7.x 2026-09-16 19:38:41 +00:00
Sign in to join this conversation.
No description provided.