Refresh the lock and move CI to setup-uv v10.2.0 and uv 0.12.17 - #139
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Summary
Part of the 2026-09-21 dependency sweep.
uv.lock:uv lock --upgrademoves two transitive packages, multidict 6.8.0 to 6.9.0 and watchfiles 1.2.0 to 1.3.0. No prerelease versions are in the lock.astral-sh/setup-uvmoves from v10.1.0 to v10.2.0, and its uvversion:input from 0.12.16 to 0.12.17, inci.yml,publish.ymlandsecurity.yml. Dependabot cannot see that input.The lock is dev-side only, and the published package's declared ranges are unchanged, so there is no version bump or release.
Worked with: Varun. Not done: nothing else was outdated.
Type of change
Public API
Unchanged.
Test plan
After
uv sync --all-extras --all-groups, locally: ruff check, ruff format --check, ty (package and examples), vulture and pytest (1869 passed, 4 skipped, 95.37% coverage) all exit 0. OSV overuv.lockfinds no issues.Checklist