build(deps): Bump astral-sh/uv from 0.11.29 to 0.11.32 in the docker-images group - #326
Merged
Merged
Conversation
Bumps the docker-images group with 1 update: [astral-sh/uv](https://github.com/astral-sh/uv). Updates `astral-sh/uv` from 0.11.29 to 0.11.32 - [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.11.29...0.11.32) --- updated-dependencies: - dependency-name: astral-sh/uv dependency-version: 0.11.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images ... Signed-off-by: dependabot[bot] <support@github.com>
richardmhope
approved these changes
Jul 29, 2026
richardmhope
left a comment
Collaborator
There was a problem hiding this comment.
Reviewed: ghcr.io/astral-sh/uv 0.11.29 → 0.11.32 on the Dockerfile's named FROM … AS uv stage. All ten CI gates green.
Checks that mattered here:
- The bump lands on the
FROM … AS uvstage, keeping the deliberate structure that makes the pin visible to Dependabot'sFROM-only Docker parser (COPY --from=<image>would be invisible). Unchanged by this PR. - uv 0.11.32 starts rejecting non-canonically formatted lockfiles under
--locked/uv lock --check. The production image runsuv sync --frozen --no-dev, and theuigate builds the full Compose stack with this uv — it passed, so the committeduv.lockis canonical under 0.11.32 and the image build is unaffected.
Remaining changes across 0.11.30–0.11.32 are preview features, a resolver forking fix, and perf work — none touching the resolve this project performs.
Generated by Claude Code
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.
Bumps the docker-images group with 1 update: astral-sh/uv.
Updates
astral-sh/uvfrom 0.11.29 to 0.11.32Release notes
Sourced from astral-sh/uv's releases.
... (truncated)
Changelog
Sourced from astral-sh/uv's changelog.
... (truncated)
Commits
3010295Bump version to 0.11.32 (#20654)cb1bce0Regenerate theuv.lockTOML withuv lock --refresh(#20634)c2e07d5Remove obsolete Python upgrade preview feature (#20651)b6b2e76Reject unformatted lockfiles inuv lock --check(and--locked) (#20646)a549562Enable Ruff default lint rules across the repository (and fix all the errors)...e4e2f69Fix uv check workspace snapshots and ruff lints (#20649)241df05Add--packageand--all-packagestouv check(#20628)d332950Include best-effortenvironmentinfo by default inuv workspace metadata...b12ab98Clarify first-party trust in the threat model (#20647)1fd5716Use canonical issue references in Codex prompts (#20645)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions