Skip to content

chore(deps): bump vulnerable locked versions in uv.lock - #1086

Merged
abrichr merged 1 commit into
mainfrom
chore/uv-lock-security-bumps
Aug 2, 2026
Merged

chore(deps): bump vulnerable locked versions in uv.lock#1086
abrichr merged 1 commit into
mainfrom
chore/uv-lock-security-bumps

Conversation

@abrichr

@abrichr abrichr commented Aug 2, 2026

Copy link
Copy Markdown
Member

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:

Package Locked First patched needed
aiohttp 3.14.3 3.14.1
cbor2 6.1.4 5.9.0
cryptography 50.0.0 48.0.1
httplib2 0.32.0 0.32.0
idna 3.18 3.15
pillow 12.3.0 12.3.0
pip 26.2 26.1.2
pyasn1 0.6.4 0.6.4
pydantic-settings 2.14.2 2.14.2
pygments 2.20.0 2.20.0
pytest 9.1.1 9.0.3
requests 2.34.2 2.33.0
setuptools 83.0.0 83.0.0
torch 2.13.0 2.13.0
transformers 5.5.0 5.5.0
urllib3 2.7.0 2.7.0

pyproject.toml is 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-flow 1.27.0 → 1.29.0 (catches the lock up to the existing >=1.29.0 floor), huggingface-hub 0.36.2 → 1.16.1 (required by transformers 5.x), torchvision 0.25.0 → 0.28.0. uv lock --check passes.

The remaining 260 alerts (incl. all 7 criticals) are dead legacy/ manifests, deleted in #1085.

Test plan

  • run-ci matrix green
  • validate-platform-manifest green
  • After merge: confirm the 63 uv.lock alerts close

🤖 Generated with Claude Code

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>
@abrichr
abrichr merged commit 9b85412 into main Aug 2, 2026
11 checks passed
@abrichr
abrichr deleted the chore/uv-lock-security-bumps branch August 2, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant