Skip to content

⬆ Bump coverage from 7.14.0 to 7.14.3 - #128

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/coverage-7.14.1
Closed

⬆ Bump coverage from 7.14.0 to 7.14.3#128
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/coverage-7.14.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps coverage from 7.14.0 to 7.14.3.

Changelog

Sourced from coverage's changelog.

Version 7.14.3 — 2026-06-22

  • 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: coveragepy/coveragepy#2185 .. _pull 2196: coveragepy/coveragepy#2196 .. _pull 2203: coveragepy/coveragepy#2203

.. _changes_7-14-2:

Version 7.14.2 — 2026-06-20

  • 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. Thanks, Matthew Lloyd <pull 2193_>.

  • 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_.

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

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

.. _changes_7-14-1:

... (truncated)

Commits
  • 22f13ea docs: sample HTML for 7.14.3
  • 2ca4e5f docs: prep for 7.14.3
  • 01d714e docs: add changelog entry for #2203
  • f36248d fix: don't emit 'Couldn't import C tracer' warning for 3.13t (#2203)
  • 86d73d1 docs: thanks, Mengjia Shang
  • 3d4ae3c docs: add the #2196 pr link to CHANGES
  • f4b2b4d fix: exclude ... bodies after multi-line return-type annotations (#2185) (#...
  • 1980ed0 chore: bump sigstore/gh-action-sigstore-python (#2201)
  • bca3217 build: since we don't ship 3.13t, don't test it
  • 77550d8 docs: oops, mismatched pull requests
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: internal. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 5, 2026
@pike00

pike00 commented Jun 18, 2026

Copy link
Copy Markdown
Owner

This and ~9 other dependabot PRs (coverage, @types/react, python-multipart, axios, radicale, sentry-sdk, emails, node) have had failing CI since June 5 (~13 days). A coverage version bump should not break CI on its own — this pattern suggests a shared CI infrastructure issue rather than individual package incompatibilities. Recommend investigating CI root cause before these continue to accumulate. Separately, #133 (lucide-react 0.563→1.17) and #131 (react-day-picker 9→10) are major version jumps with breaking API changes and will need manual migration regardless of CI state.

@pike00

pike00 commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Identical CI failure pattern to #128 — same 10 dependabot PRs, same titles, all failing since June 5. Likely the same root cause. Investigate CI in kindred first; fix will probably apply here too.

@dependabot dependabot Bot changed the title ⬆ Bump coverage from 7.14.0 to 7.14.1 ⬆ bump coverage from 7.14.0 to 7.14.1 Jun 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/coverage-7.14.1 branch from a53236d to 05f963a Compare June 19, 2026 00:55
@pike00

pike00 commented Jun 19, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@pike00

pike00 commented Jul 2, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot changed the title ⬆ bump coverage from 7.14.0 to 7.14.1 ⬆ Bump coverage from 7.14.0 to 7.14.3 Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/coverage-7.14.1 branch from 05f963a to a096ac1 Compare July 2, 2026 02:56
@github-actions
github-actions Bot enabled auto-merge (squash) July 2, 2026 02:57
@dependabot
dependabot Bot force-pushed the dependabot/uv/coverage-7.14.1 branch from a096ac1 to 6e8d353 Compare July 2, 2026 03:03
@pike00

pike00 commented Jul 2, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/uv/coverage-7.14.1 branch from 6e8d353 to 3372fef Compare July 2, 2026 03:07
@dependabot dependabot Bot changed the title ⬆ Bump coverage from 7.14.0 to 7.14.3 ⬆ bump coverage from 7.14.0 to 7.14.3 Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/coverage-7.14.1 branch from 3372fef to 84d8b42 Compare July 2, 2026 03:09
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.14.0 to 7.14.3.
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.14.0...7.14.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title ⬆ bump coverage from 7.14.0 to 7.14.3 ⬆ Bump coverage from 7.14.0 to 7.14.3 Jul 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/coverage-7.14.1 branch from 84d8b42 to acc6156 Compare July 2, 2026 03:13
@dependabot @github

dependabot Bot commented on behalf of github Jul 4, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #151.

@dependabot dependabot Bot closed this Jul 4, 2026
auto-merge was automatically disabled July 4, 2026 02:32

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/uv/coverage-7.14.1 branch July 4, 2026 02:32
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