Skip to content

chore(deps): update dependency coverage to v7.14.3 (main)#91

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-coverage-7.x
Open

chore(deps): update dependency coverage to v7.14.3 (main)#91
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-coverage-7.x

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
coverage ==7.13.5==7.14.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

coveragepy/coveragepy (coverage)

v7.14.3

Compare Source

  • Fix: the default ... exclusion rule now also matches function bodies
    whose closing return-type bracket is on its own line (for example, after a
    long -> dict[ ... ] annotation that a formatter has split over multiple
    lines). Closes issue 2185, thanks Mengjia Shang <pull 2196_>.

  • Fix: On 3.13t, we incorrectly issued Couldn't import C tracer errors.
    We can't import the C tracer because in 7.14.2 we stopped shipping compiled
    wheels for 3.13t. Thanks, Hugo van Kemenade <pull 2203_>_.

.. _issue 2185: #​2185
.. _pull 2196: #​2196
.. _pull 2203: #​2203

.. _changes_7-14-2:

v7.14.2

Compare Source

  • Fix: some messages were being written to stdout, making coverage json -o - useless for capturing JSON output. Now messages are written to stderr,
    fixing issue 2197_.

  • Fix: CoverageData kept one SQLite connection per thread that recorded
    coverage, but never closed them when those threads terminated. On long runs
    with many short-lived threads this leaked one file descriptor per dead
    thread, eventually failing with OSError: [Errno 24] Too many open files.
    Connections belonging to terminated threads are now closed and dropped.
    Fixes issue 2192_.

  • Fix: when using sys.monitoring, we were assuming we could use the
    COVERAGE_ID tool id. But other tools might also assume they could use
    that id. Pre-allocated ids don't really make sense, so now we search for a
    usable one instead. Fixes issue 2187. Thanks, Matthew Lloyd <pull 2198_>.

  • Following the advice of cibuildwheel <no-13t_>_, we no longer distribute
    wheels for Python 3.13 free-threaded.

.. _issue 2187: #​2187
.. _issue 2192: #​2192
.. _issue 2197: #​2197
.. _pull 2198: #​2198
.. _no-13t: https://py-free-threading.github.io/ci/#building-free-threaded-wheels-with-cibuildwheel

.. _changes_7-14-1:

v7.14.1

Compare Source

  • Fix: the HTML report used typographic niceties to make file paths more
    readable by adding a small amount of space around slashes. Those spaces
    interfered with searching the page for file paths of interest. Now the report
    uses CSS to accomplish the same visual tweak so that searches with slashes
    work correctly. Closes issue 2170_.

  • Add a 3.16 PyPI classifier <hugo-316_>_ since we test on the 3.16 main
    branch.

.. _issue 2170: #​2170
.. _hugo-316: https://mastodon.social/@​hugovk/116588523571204490

.. _changes_7-14-0:

v7.14.0

Compare Source

  • Feature: now when running one of the reporting commands, if there are
    parallel data files that need combining, they will be implicitly combined
    before creating the report. There is no option to avoid the combination; let
    us know if you have a use case that requires it. Thanks, Tim Hatch <pull 2162_>. Closes issue 1781.

  • Fix: the output from combine was too verbose, listing each file
    considered. Now it shows a single line with the counts of files combined,
    files skipped, and files with errors. The -q flag suppresses this line.
    The old detailed lines are available with the new --debug=combine option.

  • Fix: running a Python file through a symlink now sets the sys.path correctly,
    matching regular Python behavior. Fixes issue 2157_.

  • Fix: Collector.flush_data could fail with "RuntimeError: Set changed
    size during iteration" when a tracer in another thread added a line to the
    per-file set that add_lines (or add_arcs) was iterating. The values
    passed to CoverageData are now snapshotted via dict.copy() and
    set.copy(), which are atomic under the GIL. Thanks, Alex Vandiver <pull 2165_>_.

  • Fix: the soft keyword lazy is now bolded in HTML reports.

  • We are no longer testing eventlet support. Eventlet started issuing stern
    deprecation warnings that break our tests. Our support code is still there.

.. _issue 1781: #​1781
.. _issue 2157: #​2157
.. _pull 2162: #​2162
.. _pull 2165: #​2165

.. _changes_7-13-5:


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 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 was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor

Container Image Published

Multi-platform container images are now available.

Tag Image Platforms
pr-91 quay.io/rhdh-community/dynamic-plugins-factory:pr-91 linux/amd64, linux/arm64
pr-91-0033236 quay.io/rhdh-community/dynamic-plugins-factory:pr-91-0033236 linux/amd64, linux/arm64

Expires: May 26, 2026

Pull Commands

# Multi-platform (auto-selects correct architecture)
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91

# Or with specific commit SHA
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91-0033236

Traceability

@github-actions

Copy link
Copy Markdown
Contributor

❌ E2E Tests Failed

End-to-end integration tests failed for the container image. See the workflow run for details.

Image: quay.io/rhdh-community/dynamic-plugins-factory:pr-91

Tests Passed Failed Duration
36 25 11 1317.8s

Traceability

@renovate renovate Bot force-pushed the renovate/main-coverage-7.x branch from 0033236 to 7fa82cb Compare May 18, 2026 16:36
@github-actions

Copy link
Copy Markdown
Contributor

Container Image Published

Multi-platform container images are now available.

Tag Image Platforms
pr-91 quay.io/rhdh-community/dynamic-plugins-factory:pr-91 linux/amd64, linux/arm64
pr-91-7fa82cb quay.io/rhdh-community/dynamic-plugins-factory:pr-91-7fa82cb linux/amd64, linux/arm64

Expires: June 1, 2026

Pull Commands

# Multi-platform (auto-selects correct architecture)
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91

# Or with specific commit SHA
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91-7fa82cb

Traceability

@github-actions

Copy link
Copy Markdown
Contributor

✅ E2E Tests Passed

All end-to-end integration tests passed for the container image.

Image: quay.io/rhdh-community/dynamic-plugins-factory:pr-91

Tests Passed Failed Duration
36 36 0 1770.5s

Traceability

@renovate renovate Bot changed the title chore(deps): update dependency coverage to v7.14.0 (main) chore(deps): update dependency coverage to v7.14.1 (main) May 26, 2026
@renovate renovate Bot force-pushed the renovate/main-coverage-7.x branch from 7fa82cb to 967d258 Compare May 26, 2026 22:35
@github-actions

Copy link
Copy Markdown
Contributor

Container Image Published

Multi-platform container images are now available.

Tag Image Platforms
pr-91 quay.io/rhdh-community/dynamic-plugins-factory:pr-91 linux/amd64, linux/arm64
pr-91-967d258 quay.io/rhdh-community/dynamic-plugins-factory:pr-91-967d258 linux/amd64, linux/arm64

Expires: June 9, 2026

Pull Commands

# Multi-platform (auto-selects correct architecture)
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91

# Or with specific commit SHA
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91-967d258

Traceability

@github-actions

Copy link
Copy Markdown
Contributor

✅ E2E Tests Passed

All end-to-end integration tests passed for the container image.

Image: quay.io/rhdh-community/dynamic-plugins-factory:pr-91

Tests Passed Failed Duration
36 36 0 1863.1s

Traceability

@renovate renovate Bot changed the title chore(deps): update dependency coverage to v7.14.1 (main) chore(deps): update dependency coverage to v7.14.2 (main) Jun 20, 2026
@renovate renovate Bot force-pushed the renovate/main-coverage-7.x branch from 967d258 to 1bffa3f Compare June 20, 2026 18:38
@github-actions

Copy link
Copy Markdown
Contributor

Container Image Published

Multi-platform container images are now available.

Tag Image Platforms
pr-91 quay.io/rhdh-community/dynamic-plugins-factory:pr-91 linux/amd64, linux/arm64
pr-91-1bffa3f quay.io/rhdh-community/dynamic-plugins-factory:pr-91-1bffa3f linux/amd64, linux/arm64

Expires: July 4, 2026

Pull Commands

# Multi-platform (auto-selects correct architecture)
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91

# Or with specific commit SHA
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91-1bffa3f

Traceability

@github-actions

Copy link
Copy Markdown
Contributor

✅ E2E Tests Passed

All end-to-end integration tests passed for the container image.

Image: quay.io/rhdh-community/dynamic-plugins-factory:pr-91

Tests Passed Failed Duration
36 36 0 2006.7s

Traceability

@renovate renovate Bot changed the title chore(deps): update dependency coverage to v7.14.2 (main) chore(deps): update dependency coverage to v7.14.3 (main) Jun 23, 2026
@renovate renovate Bot force-pushed the renovate/main-coverage-7.x branch from 1bffa3f to 3d36e8b Compare June 23, 2026 01:03
@github-actions

Copy link
Copy Markdown
Contributor

Container Image Published

Multi-platform container images are now available.

Tag Image Platforms
pr-91 quay.io/rhdh-community/dynamic-plugins-factory:pr-91 linux/amd64, linux/arm64
pr-91-3d36e8b quay.io/rhdh-community/dynamic-plugins-factory:pr-91-3d36e8b linux/amd64, linux/arm64

Expires: July 7, 2026

Pull Commands

# Multi-platform (auto-selects correct architecture)
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91

# Or with specific commit SHA
podman pull quay.io/rhdh-community/dynamic-plugins-factory:pr-91-3d36e8b

Traceability

@github-actions

Copy link
Copy Markdown
Contributor

✅ E2E Tests Passed

All end-to-end integration tests passed for the container image.

Image: quay.io/rhdh-community/dynamic-plugins-factory:pr-91

Tests Passed Failed Duration
36 36 0 1912.8s

Traceability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants