build(deps): Bump astral-sh/uv from 0.12.1 to 0.12.5 in the docker-images group across 1 directory - #332
Conversation
Bumps the docker-images group with 1 update in the / directory: [astral-sh/uv](https://github.com/astral-sh/uv). Updates `astral-sh/uv` from 0.12.1 to 0.12.5 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.12.1...0.12.5) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images ... Signed-off-by: dependabot[bot] <support@github.com>
6cb496a to
6ec8f70
Compare
richardmhope
left a comment
There was a problem hiding this comment.
One-line Dockerfile change: the FROM ghcr.io/astral-sh/uv:0.12.1 AS uv stage moves to 0.12.5. The named-stage form is preserved, which matters — the comment above it exists because Dependabot's Docker parser reads FROM lines only, so folding this back into a COPY --from= would make the pin invisible to updates.
0.12.2 → 0.12.5 is bug fixes and Python-build additions; nothing that changes how uv sync --frozen --no-dev resolves. The builder stage is the only consumer.
Note this PR is already behind reality — uv is at 0.12.9, and the CI runner installed 0.12.9 in this very run. Still strictly better than sitting on 0.12.1, and Dependabot will supersede it. Merging rather than waiting.
Approving once the re-run on the updated branch is green.
Generated by Claude Code
Bumps the docker-images group with 1 update in the / directory: astral-sh/uv.
Updates
astral-sh/uvfrom 0.12.1 to 0.12.5Release notes
Sourced from astral-sh/uv's releases.
... (truncated)
Changelog
Sourced from astral-sh/uv's changelog.
... (truncated)
Commits
210d1f6Bump version to 0.12.5 (#21140)802a916Sync latest Python releases: 3.10.21, 3.11.16, 3.12.14 (#21138)a6904bbOrder equal-priority Python installations by key (#21134)728a70dImprove automated fixes for related bug manifestations (#21102)b82b038Include hashes in cyclonedx exports (#21131)8011778Simplify editable requirement errors and hints (#21130)dca33f5Fall back to logical cache accounting on unsupported filesystems (#21133)3a76e49Get rid ofLock::with_manifest, makeLock::from_resolutiontake the manif...7e6caa4Support referencing indexes by name via--indexand--default-index(#17455)298dda4Fix relative indexes in PEP 723 scripts (#21097)