chore(deps): bump vulnerable locked versions in uv.lock - #1086
Merged
Conversation
Resolve the 63 open Dependabot alerts against uv.lock by upgrading the locked versions of every alerted package to at least the first patched release: - aiohttp 3.14.3, cbor2 6.1.4, cryptography 50.0.0, httplib2 0.32.0, idna 3.18, pillow 12.3.0, pip 26.2, pyasn1 0.6.4, pydantic-settings 2.14.2, pygments 2.20.0, pytest 9.1.1, requests 2.34.2, setuptools 83.0.0, torch 2.13.0, transformers 5.5.0 (with huggingface-hub 1.16.1), urllib3 2.7.0 pyproject.toml is unchanged: the launcher's declared dependencies (click + openadapt-flow[hosted]) already allow these versions; the vulnerable pins only lived in the lock. openadapt-flow also moves 1.27.0 -> 1.29.0, matching the existing >=1.29.0 floor in pyproject.toml. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2 tasks
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
Companion to #1085. Of the 323 open Dependabot alerts, 63 sit in
uv.lock(the live launcher lock). This PR resolves all 63 by re-locking the alerted packages at (or above) their first patched versions:pyproject.tomlis untouched — the launcher's declared dependencies (click+openadapt-flow[hosted]>=1.29.0) already admit these versions; the vulnerable pins only lived in the lock. Notable transitive moves:openadapt-flow1.27.0 → 1.29.0 (catches the lock up to the existing>=1.29.0floor),huggingface-hub0.36.2 → 1.16.1 (required by transformers 5.x),torchvision0.25.0 → 0.28.0.uv lock --checkpasses.The remaining 260 alerts (incl. all 7 criticals) are dead
legacy/manifests, deleted in #1085.Test plan
🤖 Generated with Claude Code