Sync uv.lock#1710
Merged
Merged
Conversation
kdeldycke
force-pushed
the
sync-uv-lock
branch
2 times, most recently
from
May 21, 2026 12:00
098c074 to
6b5f984
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Runs
uv lock --upgradeto update transitive dependencies to their latest allowed versions. See thesync-uv-lockjob documentation for details.Updated packages
Resolved with
exclude-newercutoff:2026-05-14.7.13.5→7.14.00.14.0→0.15.06.0.12.20260508→6.0.12.20260510Release notes
coverage7.14.0Version 7.14.0 — 2026-05-10
combinewas 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-qflag suppresses this line. The old detailed lines are available with the new--debug=combineoption.Collector.flush_datacould fail with “RuntimeError: Set changed size during iteration” when a tracer in another thread added a line to the per-file set thatadd_lines(oradd_arcs) was iterating. The values passed toCoverageDataare now snapshotted viadict.copy()andset.copy(), which are atomic under the GIL. Thanks, Alex Vandiver.lazyis now bolded in HTML reports.➡️ PyPI page: coverage 7.14.0.
➡️ To install:
python3 -m pip install coverage==7.14.0tomlkit0.15.0What's Changed
New Contributors
... Full release notes
types-pyyamlChangelog
Configuration
Relevant
[tool.repomatic]options:uv-lock.syncImportant
If you suspect the PR content is outdated, click
Run workflowto refresh it manually before merging.Workflow metadatapushmain68124bd4sync-uv-lockautofix.yaml🏭 Generated with repomatic
6.16.0