Update dependency coverage to >=7.9.1 #104

Merged
rixx merged 1 commit from renovate/coverage-7.x into main 2025-06-16 08:05:20 +00:00
Member

This PR contains the following updates:

Package Type Update Change
coverage dependency-groups minor >=7.8.2 -> >=7.9.1

Release Notes

nedbat/coveragepy (coverage)

v7.9.1

Compare Source

  • The "no-ctracer" warning is not issued for Python pre-release versions.
    Coverage doesn't ship compiled wheels for those versions, so this was far too
    noisy.

  • On Python 3.14+, the "sysmon" core is now the default if it's supported for
    your configuration. Plugins and dynamic contexts are still not supported
    with it.

.. _changes_7-9-0:

v7.9.0

Compare Source

  • Added a [run] core configuration setting to specify the measurement core,
    which was previously only available through the COVERAGE_CORE environment
    variable. Finishes issue 1746_.

  • Fixed incorrect rendering of f-strings with doubled braces, closing issue 1980_.

  • If the C tracer core can't be imported, a warning ("no-ctracer") is issued
    with the reason.

  • The C tracer core extension module now conforms to PEP 489, closing issue 1977. Thanks, Adam Turner <pull 1978_>_.

  • Fixed a "ValueError: min() arg is an empty sequence" error caused by strange
    empty modules, found by oss-fuzz_.

.. _issue 1746: https://github.com/nedbat/coveragepy/issues/1746
.. _issue 1977: https://github.com/nedbat/coveragepy/issues/1977
.. _pull 1978: https://github.com/nedbat/coveragepy/pull/1978
.. _issue 1980: https://github.com/nedbat/coveragepy/issues/1980
.. _PEP 489: https://peps.python.org/pep-0489
.. _oss-fuzz: https://google.github.io/oss-fuzz/

.. _changes_7-8-2:


Configuration

📅 Schedule: 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 becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [coverage](https://github.com/nedbat/coveragepy) | dependency-groups | minor | `>=7.8.2` -> `>=7.9.1` | --- ### Release Notes <details> <summary>nedbat/coveragepy (coverage)</summary> ### [`v7.9.1`](https://github.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-791--2025-06-13) [Compare Source](https://github.com/nedbat/coveragepy/compare/7.9.0...7.9.1) - The "no-ctracer" warning is not issued for Python pre-release versions. Coverage doesn't ship compiled wheels for those versions, so this was far too noisy. - On Python 3.14+, the "sysmon" core is now the default if it's supported for your configuration. Plugins and dynamic contexts are still not supported with it. .. \_changes\_7-9-0: ### [`v7.9.0`](https://github.com/nedbat/coveragepy/blob/HEAD/CHANGES.rst#Version-790--2025-06-11) [Compare Source](https://github.com/nedbat/coveragepy/compare/7.8.2...7.9.0) - Added a `[run] core` configuration setting to specify the measurement core, which was previously only available through the COVERAGE_CORE environment variable. Finishes `issue 1746`\_. - Fixed incorrect rendering of f-strings with doubled braces, closing `issue 1980`\_. - If the C tracer core can't be imported, a warning ("no-ctracer") is issued with the reason. - The C tracer core extension module now conforms to `PEP 489`*, closing `issue 1977`*. Thanks, `Adam Turner <pull 1978_>`\_. - Fixed a "ValueError: min() arg is an empty sequence" error caused by strange empty modules, found by `oss-fuzz`\_. .. \_issue 1746: https://github.com/nedbat/coveragepy/issues/1746 .. \_issue 1977: https://github.com/nedbat/coveragepy/issues/1977 .. \_pull 1978: https://github.com/nedbat/coveragepy/pull/1978 .. \_issue 1980: https://github.com/nedbat/coveragepy/issues/1980 .. \_PEP 489: https://peps.python.org/pep-0489 .. \_oss-fuzz: https://google.github.io/oss-fuzz/ .. \_changes\_7-8-2: </details> --- ### Configuration 📅 **Schedule**: 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 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMi43IiwidXBkYXRlZEluVmVyIjoiNDAuMzIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
renovate added the
dependencies
label 2025-06-16 03:01:23 +00:00
renovate added 1 commit 2025-06-16 03:01:24 +00:00
Update dependency coverage to >=7.9.1
All checks were successful
Tests / test (push) Successful in 24s
d32f652ac8
rixx merged commit 730a051cc7 into main 2025-06-16 08:05:20 +00:00
rixx deleted branch renovate/coverage-7.x 2025-06-16 08:05:21 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: servala/servala-portal#104
No description provided.