Skip to content

Sync uv.lock#1710

Merged
kdeldycke merged 1 commit into
mainfrom
sync-uv-lock
May 21, 2026
Merged

Sync uv.lock#1710
kdeldycke merged 1 commit into
mainfrom
sync-uv-lock

Conversation

@kdeldycke

@kdeldycke kdeldycke commented May 21, 2026

Copy link
Copy Markdown
Owner

Description

Runs uv lock --upgrade to update transitive dependencies to their latest allowed versions. See the sync-uv-lock job documentation for details.

Updated packages

Resolved with exclude-newer cutoff: 2026-05-14.

Package Change Released
coverage 7.13.57.14.0 2026-05-10
tomlkit 0.14.00.15.0 2026-05-10
types-pyyaml 6.0.12.202605086.0.12.20260510 2026-05-10

Release notes

coverage

7.14.0

Version 7.14.0 — 2026-05-10

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

➡️  PyPI page: coverage 7.14.0.
➡️  To install: python3 -m pip install coverage==7.14.0

tomlkit

0.15.0

What's Changed

New Contributors

... Full release notes

types-pyyaml

Changelog

Configuration

Relevant [tool.repomatic] options:

Important

If you suspect the PR content is outdated, click Run workflow to refresh it manually before merging.

Workflow metadata
Field Value
Trigger push
Actor @kdeldycke
Ref main
Commit 68124bd4
Job sync-uv-lock
Workflow autofix.yaml
Run #2751.1

🏭 Generated with repomatic 6.16.0

@kdeldycke kdeldycke added the 🔗 dependencies Dependency changes label May 21, 2026
@kdeldycke kdeldycke self-assigned this May 21, 2026
@kdeldycke
kdeldycke force-pushed the sync-uv-lock branch 2 times, most recently from 098c074 to 6b5f984 Compare May 21, 2026 12:00
@kdeldycke
kdeldycke merged commit f20572e into main May 21, 2026
15 of 17 checks passed
@kdeldycke
kdeldycke deleted the sync-uv-lock branch May 21, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔗 dependencies Dependency changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant